install/.htaccess
author Dan
Sat, 12 Dec 2009 17:30:46 -0500
changeset 1164 1cd9e6df6f27
parent 510 290fa071842a
permissions -rw-r--r--
Installer: cleaned up CSS header; updated comments in config.php to not say that passwords are stored with AES (as they are now stored with HMAC-SHA1)

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