install/.htaccess
author Dan
Tue, 10 Jun 2008 00:21:34 -0400
changeset 568 3700f7124c2b
parent 510 290fa071842a
permissions -rw-r--r--
A bit of UX improvement to upgrade UI; updated readme for 1.1.4

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