install/.htaccess
author Dan
Mon, 28 Jul 2008 13:01:53 -0600
changeset 665 af7e8ec6aef7
parent 510 290fa071842a
permissions -rw-r--r--
Fixed missing PRIMARY KEY definitions in postgresql_stage2

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