install/.htaccess
author Dan
Thu, 26 Feb 2009 01:06:58 -0500
changeset 842 f13bb4f21890
parent 510 290fa071842a
permissions -rw-r--r--
setConfig() will now delete config values if the second parameter is explicitly set to false

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