install/.htaccess
author Dan
Mon, 30 Nov 2009 22:35:14 -0500
changeset 1142 c522ea3871a3
parent 510 290fa071842a
permissions -rw-r--r--
Merge 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>