diff options
Diffstat (limited to 'www/.htaccess')
-rw-r--r-- | www/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/.htaccess b/www/.htaccess index 5799444..381c0fe 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -10,7 +10,7 @@ Options -MultiViews +FollowSymLinks # Rewrite clean URLs onto real files <IfModule mod_rewrite.c> -Options +FollowSymlinks +Options -MultiViews +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^([^/.]+)/?(.*)$ /$1.php/$2 [QSA,L] |