install/.htaccess
author Dan
Sat, 12 Jul 2008 16:31:42 +0000
changeset 643 2e3886a541e4
parent 510 290fa071842a
permissions -rw-r--r--
Dummy commit because Mercurial wants to merge.

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