aboutsummaryrefslogtreecommitdiff
path: root/www/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'www/.htaccess')
-rw-r--r--www/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/.htaccess b/www/.htaccess
index 563fe53..65447f5 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -6,7 +6,7 @@
# 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]