install/.htaccess
author Dan
Sun, 04 Oct 2009 03:59:50 -0400
changeset 1128 a5aaa7512155
parent 510 290fa071842a
permissions -rw-r--r--
Merged from accidental split

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