install/.htaccess
author Dan
Mon, 09 Nov 2009 09:18:29 -0500
changeset 1133 6e51ca5e29eb
parent 510 290fa071842a
permissions -rw-r--r--
which(): added silencer to shut up errors on servers with open_basedir restriction

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