install/.htaccess
author Dan
Mon, 16 Feb 2009 17:01:56 -0500
changeset 833 16054ea5b525
parent 510 290fa071842a
permissions -rw-r--r--
Damn, forgot to add the version insertion back into schema

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