install/.htaccess
author Dan
Sat, 12 Jul 2008 00:31:44 -0400
changeset 627 460e483987ab
parent 510 290fa071842a
permissions -rw-r--r--
Fixed a few more upgrader glitches and polished things a bit more.

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