install/.htaccess
author Dan
Fri, 18 Dec 2009 21:46:05 -0500
changeset 1184 2cb6d7086776
parent 510 290fa071842a
permissions -rw-r--r--
Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly

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