summary refs log tree commit diff stats
path: root/admin/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'admin/.htaccess')
-rwxr-xr-xadmin/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/.htaccess b/admin/.htaccess new file mode 100755 index 0000000..d590e40 --- /dev/null +++ b/admin/.htaccess
@@ -0,0 +1,4 @@
1RewriteEngine On
2RewriteCond %{REQUEST_FILENAME} !index.php
3RewriteCond %{REQUEST_FILENAME} !-d
4RewriteRule (.*).php /admin/index.php?file=$1 [QSA,L]