install/.htaccess
author Dan
Fri, 21 Aug 2009 13:50:20 -0400
changeset 1090 6c84fb196026
parent 510 290fa071842a
permissions -rw-r--r--
Autofill: fixed missing parameter to $db->fetchrow()

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