install/.htaccess
author Dan
Sat, 19 Dec 2009 15:59:52 -0500
changeset 1189 5721c914bbb0
parent 510 290fa071842a
permissions -rw-r--r--
Upgrade: added 1.0.6pl1 migration support, tarball repository will need to be updated

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