install/.htaccess
author Dan
Sun, 25 Jul 2010 11:23:09 -0400
changeset 1265 7091cff2ca01
parent 510 290fa071842a
permissions -rw-r--r--
Fixed direction related regression in drop down code

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