install/.htaccess
author Dan
Fri, 22 May 2009 13:49:02 -0400
changeset 1001 79770fb4132a
parent 510 290fa071842a
permissions -rw-r--r--
Sped up AJAX de-auth a little; added a little extra info to login_success JSON responses

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