X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=763f1abb23d5964db0b694ceab01588776728f40;hb=5973e59831d9ec141ece84eaa3b3ad35da385c69;hp=e2570ae6415222ab6bdd61507c00fe968d2b69a1;hpb=34d182fda5293ad42fc1157535080ba5a5d6d47f;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index e2570ae..763f1ab 100644 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,14 @@ -# 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 ^style_[0-9]*.less$ /style.less [L]