X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=7ba7ac4340a2c8d741eef41c06420bbf225ccb78;hb=16a4b92f58a1138e27419bd8482d67d4061a7bc7;hp=832b4a5edc479bd4040f66114c46cd4dad19055f;hpb=0defdb39c2df636ce2cf2e17d2882042097dc4f1;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index 832b4a5..7ba7ac4 100644 --- a/.htaccess +++ b/.htaccess @@ -4,11 +4,10 @@ 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] -RewriteRule ^style_[0-9]*.css$ /style.css [L] -RewriteRule ^style_[0-9]*.less$ /style.less [L] +RewriteRule ^[^/.]*$ /wfpl_main.php [L] ExpiresActive On