install/.htaccess
author Dan
Mon, 17 Nov 2008 11:25:06 -0500
changeset 742 551b6a0aa3b4
parent 510 290fa071842a
permissions -rw-r--r--
Fixed DiffieHellman only half-implemented in user admin CP (changing passwords did not work)

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