install/.htaccess
author Dan
Sun, 30 Aug 2009 00:05:33 -0400
changeset 1111 8fae8fb3cbb1
parent 510 290fa071842a
permissions -rw-r--r--
json2: fixed order of exception classes, it threw fits about missing Zend_Exception in ubuntu's latest PHP 5.2.6

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