install/.htaccess
author Dan
Wed, 26 Mar 2008 16:51:42 -0400
changeset 510 290fa071842a
parent 348 87e08a6e4fec
permissions -rw-r--r--
Fixed some bugs in the installer that prevented it from working without mod_rewrite and/or with a table_prefix present

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