From: Jason Woofenden Date: Sun, 1 Sep 2013 04:00:12 +0000 (-0400) Subject: disable another apache "feature" that breaks mod_rewrite X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2d7fb7dfee13a2eff851ec6df2574856d1cca033;p=wfpl-cms.git disable another apache "feature" that breaks mod_rewrite --- 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]