X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=.htaccess;fp=.htaccess;h=38ace93f74672878f8e2f872303fcef7e340b5b5;hp=092abd170c278801a17f64531be2b51684022803;hb=01c953a17babb9d6fedb751671d7e05bc6f33a92;hpb=9cd73aa3d18a76feb8fe640071c9e7e90abf4f8f diff --git a/.htaccess b/.htaccess index 092abd1..38ace93 100644 --- a/.htaccess +++ b/.htaccess @@ -10,8 +10,8 @@ RewriteEngine on RewriteRule ^[^/.]*$ /wfpl_main.php [L] - ExpiresActive On - ExpiresDefault A31536000 + ExpiresActive On + ExpiresDefault A31536000 # SECURITY: don't execute code on the server (exception below) @@ -26,16 +26,16 @@ RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo 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 + 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