JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
finish responsive images, revamp admin_images
[wfpl-cms.git] / .htaccess
index 1c77df3..e2884e3 100644 (file)
--- 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
 # <Files> 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]
 <Files "wfpl_main.php">
        php_flag engine on
        SetHandler application/x-httpd-php
 </Files>
+<Files "cms_images_autoresize.php">
+       php_flag engine on
+       SetHandler application/x-httpd-php
+</Files>
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^cms_images/[0-9a-f]+w[0-9]+\.[pj][np]g$ /cms_images_autoresize.php