install/.htaccess
author Dan
Tue, 01 Dec 2009 00:27:26 -0500
changeset 1143 e271ae801c62
parent 510 290fa071842a
permissions -rw-r--r--
common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path

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