diff --git a/.htaccess b/.htaccess index 8bca0499..2b5f7303 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,12 @@ AddDefaultCharset UTF-8 Options -Indexes RewriteEngine On +#RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ./index.php +# Alternative rule +#RewriteRule ^(.*)$ /index.php order allow,deny