install/.htaccess
author Dan
Tue, 04 Aug 2009 17:32:09 -0400
changeset 1075 f4b89aa4226d
parent 510 290fa071842a
permissions -rw-r--r--
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.

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