X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=.htaccess;h=03351d2d8ee733cf7ac5bdc76b4b88ff2028f8be;hp=e2884e3af30adc5022b66606f6676137a9a16429;hb=3ed0f0b53ff1b3ea3e30292bf39eb6e30935e9eb;hpb=6dcd0cadcca91c18d12d9674e6ec3ce60cb44d31 diff --git a/.htaccess b/.htaccess index e2884e3..03351d2 100644 --- a/.htaccess +++ b/.htaccess @@ -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