install/.htaccess
author Dan
Sun, 11 Jan 2009 21:36:36 -0500
changeset 809 ae4ef502f742
parent 510 290fa071842a
permissions -rw-r--r--
DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()

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