From cab5dcbafb0f82ba742ac014741dfc4208be9fbd Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 27 Jan 2015 16:31:12 +0100 Subject: * initial commit --- http/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 http/.htaccess (limited to 'http/.htaccess') diff --git a/http/.htaccess b/http/.htaccess new file mode 100644 index 0000000..28a620e --- /dev/null +++ b/http/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine On + +RewriteBase / + +RewriteCond %{SCRIPT_FILENAME} !-f +RewriteCond %{SCRIPT_FILENAME} !-d +RewriteRule ^[^\.]*$ index.php [QSA,L] + -- cgit v1.2.3