summaryrefslogtreecommitdiff
path: root/http/pic/.htaccess
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-01-27 16:31:12 +0100
committeremkael <emkael@tlen.pl>2015-01-27 16:31:12 +0100
commitcab5dcbafb0f82ba742ac014741dfc4208be9fbd (patch)
tree3081fc9150ac7d15280c099a4699085a2a27087f /http/pic/.htaccess
* initial commit
Diffstat (limited to 'http/pic/.htaccess')
-rw-r--r--http/pic/.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/http/pic/.htaccess b/http/pic/.htaccess
new file mode 100644
index 0000000..615bc19
--- /dev/null
+++ b/http/pic/.htaccess
@@ -0,0 +1,6 @@
+RewriteEngine On
+
+RewriteCond %{SCRIPT_FILENAME} !-f
+RewriteCond %{SCRIPT_FILENAME} !-d
+RewriteRule .* fetch.php [QSA,L]
+