install/.htaccess
author Dan
Tue, 05 Jan 2010 09:55:21 -0500
changeset 1202 5d63267470cd
parent 510 290fa071842a
permissions -rw-r--r--
common_cli: Fixed warning with $paths->init() (kind of a hack)

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