JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
indent with spaces
[wfpl-cms.git] / .htaccess
index 092abd1..38ace93 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -10,8 +10,8 @@ RewriteEngine  on
 RewriteRule ^[^/.]*$ /wfpl_main.php [L]
 
 <FilesMatch "\.(css|jpg|png)$">
-       ExpiresActive On
-       ExpiresDefault A31536000
+    ExpiresActive On
+    ExpiresDefault A31536000
 </FilesMatch>
 
 # 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]
 <Files "wfpl_main.php">
-       php_flag engine on
-       SetHandler application/x-httpd-php
+    php_flag engine on
+    SetHandler application/x-httpd-php
 </Files>
 <Files "paypal_ipn.php">
-       php_flag engine on
-       SetHandler application/x-httpd-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
+    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