X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=.htaccess;h=e2884e3af30adc5022b66606f6676137a9a16429;hp=1c77df30d7e6a67dc04e9a11c64632de431f155f;hb=e7424acd48ed670f1b8bd8d7c1ff69b37ce6334b;hpb=c5e948d7d2af9b5e052a7173ebbd8c907e3d6fab diff --git a/.htaccess b/.htaccess index 1c77df3..e2884e3 100644 --- a/.htaccess +++ b/.htaccess @@ -23,9 +23,15 @@ 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$ - [L] +RewriteRule ^(wfpl_main\.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 + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^cms_images/[0-9a-f]+w[0-9]+\.[pj][np]g$ /cms_images_autoresize.php