install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Tue, 21 Sep 2010 14:14:55 -0400
changeset 1303 ed0bd14b6223
parent 510 290fa071842a
permissions -rw-r--r--
Fixed password field in HTML login not being focused during >USER_LEVEL_MEMBER auth

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