install/.htaccess
author Dan
Sun, 12 Apr 2009 19:50:58 -0400
changeset 902 e7c6f1aa7b6a
parent 510 290fa071842a
permissions -rw-r--r--
Cleared up a few warnings that appeared under the Phalanger PHP interpreter.

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