diff options
Diffstat (limited to 'admin/.htaccess')
-rwxr-xr-x | admin/.htaccess | 4 |
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 @@ | |||
1 | RewriteEngine On | ||
2 | RewriteCond %{REQUEST_FILENAME} !index.php | ||
3 | RewriteCond %{REQUEST_FILENAME} !-d | ||
4 | RewriteRule (.*).php /admin/index.php?file=$1 [QSA,L] | ||