install/.htaccess
author Dan
Sun, 19 Apr 2009 18:42:21 -0400
changeset 940 645727469415
parent 510 290fa071842a
permissions -rw-r--r--
DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome

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