X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=092abd170c278801a17f64531be2b51684022803;hb=d8a3c68fe7131555725440aabc9f82e53520b5dc;hp=3847e70629da989ae165b81e032a44a0b4d5928a;hpb=3086bb9a1590210092a9116060a1c5784bc5e558;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index 3847e70..092abd1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -php_value post_max_size 25M -php_value upload_max_filesize 20M +php_value post_max_size 250M +php_value upload_max_filesize 200M php_flag register_globals off php_flag magic_quotes_gpc off DirectorySlash Off @@ -23,8 +23,19 @@ php_flag engine off RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo # code execution exception: allow only /wfpl_main.php # matches regardless of directory/path, so rewrite php in subdirs -RewriteRule ^.*/.*\.php$ - [L,R=404] +RewriteRule ^(wfpl_main\.php|paypal_ipn\.php|cms_images_autoresize\.php)$ - [L] +RewriteRule .*\.php$ - [L,R=404] php_flag engine on SetHandler application/x-httpd-php + + php_flag engine on + SetHandler application/x-httpd-php + + + php_flag engine on + SetHandler application/x-httpd-php + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^cms_images/[0-9a-f]+w[0-9]+\.[pj][np]g$ /cms_images_autoresize.php