install/.htaccess
author Dan
Fri, 20 Mar 2009 09:15:00 -0400
changeset 873 285f0c6d9c9a
parent 510 290fa071842a
permissions -rw-r--r--
Added support for Firefox 3.1 beta 3's native JSON.

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