install/.htaccess
author Dan
Sun, 30 Mar 2008 07:24:48 -0700
changeset 514 ecbfb747743e
parent 510 290fa071842a
permissions -rw-r--r--
Added debugging switch to $lang->import() for help with optimization

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