install/.htaccess
author Dan
Thu, 06 Mar 2008 20:45:46 -0500
changeset 475 51386f1852b8
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed $db->die_json(), should now produce standards-compliant output.

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1