install/.htaccess
author Dan
Wed, 06 Jan 2010 02:02:51 -0500
changeset 1206 50f6c144ec68
parent 510 290fa071842a
permissions -rw-r--r--
Fixed some bugs with account activation, especially if you're a half-logged-in vegetable.

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