install/.htaccess
author Dan
Mon, 28 Jul 2008 13:08:12 -0600
changeset 669 9243d01c0716
parent 510 290fa071842a
permissions -rw-r--r--
Fixed undefined REQUEST_URI/HTTP_HOST in ENANO_CLI mode in template var init

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