diff --git a/.htaccess b/.htaccess index c2c5963..0ff4ac9 100755 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,7 @@ deny from all + +RewriteEngine On +RewriteRule ^setup(.*)$ setup.php?%{QUERY_STRING} [L] +RewriteRule ^index(.*)$ index.php?%{QUERY_STRING} [L] \ No newline at end of file diff --git a/index.php b/index.php index 98aa08d..c769628 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@