install/.htaccess
author Dan
Sat, 04 Apr 2009 22:18:29 -0400
changeset 890 b624c55ab771
parent 510 290fa071842a
permissions -rw-r--r--
Whoops! JSON parser Unicode escape sequence typo.

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