X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=.htaccess;h=092abd170c278801a17f64531be2b51684022803;hp=e8dd622dc77d323b93310ae10928eef33c6d0f82;hb=403684b7951e82364b16d309074dbe011ed7d9e9;hpb=1195b7a8887492a6565ff2937be11d541c8646bb diff --git a/.htaccess b/.htaccess index e8dd622..092abd1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,15 +1,41 @@ -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 -Options -MultiViews DirectorySlash Off DirectoryIndex disabled AddDefaultCharset UTF-8 +AddCharset UTF-8 .css RewriteEngine on -RewriteRule ^[^/.]*$ /run.php [L] +RewriteRule ^[^/.]*$ /wfpl_main.php [L] ExpiresActive On ExpiresDefault A31536000 + +# SECURITY: don't execute code on the server (exception below) +SetHandler none +SetHandler default-handler +# this option is needed for RewriteRule to work: +Options SymlinksIfOwnerMatch +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|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 + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^cms_images/[0-9a-f]+w[0-9]+\.[pj][np]g$ /cms_images_autoresize.php