install/.htaccess
author Dan
Sat, 21 Mar 2009 19:11:30 -0400
changeset 879 9788f2b7e08a
parent 510 290fa071842a
permissions -rw-r--r--
Corrected a few display issues in Postgres DBAL. Thanks Neal.

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