install/.htaccess
author Dan
Fri, 18 Dec 2009 19:17:18 -0500
changeset 1176 5c98b9f181f0
parent 510 290fa071842a
permissions -rw-r--r--
AJAX login: Fixed error box failure to destroy upon cancel. Fixes issue 8.

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