install/.htaccess
author Dan
Wed, 06 Jan 2010 01:18:19 -0500
changeset 1205 c922ef08167a
parent 510 290fa071842a
permissions -rw-r--r--
Sessions: fixed on_critical_page(), it referenced the wrong global; enabled better extensible behavior in the account_active column

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