install/.htaccess
author Dan
Sat, 08 Nov 2008 22:32:43 -0500
changeset 720 e2762777b170
parent 510 290fa071842a
permissions -rw-r--r--
Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out

# Used for testing mod_rewrite.
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1
</IfModule>