install/.htaccess
author Dan
Sat, 11 Jul 2009 20:24:19 -0400
changeset 1052 374d08d176cb
parent 510 290fa071842a
permissions -rw-r--r--
AJAX login: fixed lockout string being displayed where it shouldn't be

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