From 51609351f2c4b5082b7e6f0744cd3811c325303f Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 11 Oct 2016 14:01:29 +0200 Subject: * initial template --- src/.htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/.htaccess (limited to 'src/.htaccess') diff --git a/src/.htaccess b/src/.htaccess new file mode 100644 index 0000000..d8f7c89 --- /dev/null +++ b/src/.htaccess @@ -0,0 +1,10 @@ +Order allow,deny +Allow from all + +RewriteEngine on + +RewriteBase / + +RewriteCond %{SCRIPT_FILENAME} !-f +RewriteCond %{SCRIPT_FILENAME} !-d +RewriteRule (.*) index.php [QSA,L] -- cgit v1.2.3