From 2d7fb7dfee13a2eff851ec6df2574856d1cca033 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 1 Sep 2013 00:00:12 -0400 Subject: [PATCH] disable another apache "feature" that breaks mod_rewrite --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 832b4a5..763f1ab 100644 --- 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] -- 1.7.10.4