JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
disable another apache "feature" that breaks mod_rewrite
authorJason Woofenden <jason@jasonwoof.com>
Sun, 1 Sep 2013 04:00:12 +0000 (00:00 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 1 Sep 2013 04:00:12 +0000 (00:00 -0400)
.htaccess

index 832b4a5..763f1ab 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -4,6 +4,7 @@ php_flag register_globals off
 php_flag magic_quotes_gpc off
 Options -MultiViews
 DirectorySlash Off
+DirectoryIndex disabled
 AddDefaultCharset UTF-8
 RewriteEngine  on
 RewriteRule    ^[^/.]*$  /run.php [L]