X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=e8dd622dc77d323b93310ae10928eef33c6d0f82;hb=1a0f752b1d93c50cc8caa3703452fdca6f97b936;hp=69c86419d05e10a0a22c2e0a80447be2accd1722;hpb=23e93d1d63fc861743101a07f3855afb886c0f93;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index 69c8641..e8dd622 100644 --- a/.htaccess +++ b/.htaccess @@ -1,14 +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 ^style_[0-9]*.less$ /style.less [L] ExpiresActive On