install/.htaccess
author Dan
Fri, 30 Apr 2010 22:13:08 -0400
changeset 1247 30f023a13a71
parent 510 290fa071842a
permissions -rw-r--r--
Fixed typo in that, the parameter that was supposed to go to getConfig was going to htmlspecialchars()

# 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>