X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=7ba7ac4340a2c8d741eef41c06420bbf225ccb78;hb=36753e2ffb06df7098fbe0e8f1760870f75741e5;hp=c2a856829fde5aa7c84af8e6e7316a6cd3a3484c;hpb=059569fef59006c2ab9af689c582fc3e9b0d7e6e;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index c2a8568..7ba7ac4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,13 +1,13 @@ -# php_value post_max_size 205M -# php_value upload_max_filesize 200M +php_value post_max_size 25M +php_value upload_max_filesize 20M 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 ^[^/.]*$ /wfpl_main.php [L] ExpiresActive On