From cab5dcbafb0f82ba742ac014741dfc4208be9fbd Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Jan 2015 16:31:12 +0100 Subject: * initial commit --- http/pic/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 http/pic/.htaccess (limited to 'http/pic/.htaccess') 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] + -- cgit v1.2.3