X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=.htaccess;h=092abd170c278801a17f64531be2b51684022803;hp=e2884e3af30adc5022b66606f6676137a9a16429;hb=948d843003f8f9f70e830e73ecd3e53bf231f247;hpb=e7424acd48ed670f1b8bd8d7c1ff69b37ce6334b diff --git a/.htaccess b/.htaccess index e2884e3..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,12 +23,16 @@ 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 ^(wfpl_main\.php|cms_images_autoresize\.php)$ - [L] +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