install/.htaccess
author Dan
Thu, 17 Dec 2009 04:26:21 -0500
changeset 1167 3c73e1b6d33f
parent 510 290fa071842a
permissions -rw-r--r--
JSON preparser: fixed corruption of strings that include the exact pattern word, comma, space, word, colon

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