install/.htaccess
author Neal Gompa <neal@enanocms.org>
Thu, 01 Apr 2010 19:57:23 -0500
changeset 1233 202b25e2d0e6
parent 510 290fa071842a
permissions -rw-r--r--
Fixed typo in install.json in pgsql "no php extension" error string

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