diff --git a/.htaccess.dist b/.htaccess.dist index c932ecdc..9d8bd781 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -1,7 +1,19 @@ -Options -Indexes -MultiViews + + Options -Indexes + -RewriteEngine On + + Options -MultiViews + -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^.*$ index.php [L] \ No newline at end of file + + RewriteEngine On + + # you can put here your myaac root folder + # path relative to web root + #RewriteBase /myaac/ + + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule ^.*$ index.php [L] +