install/.htaccess
author Dan
Tue, 22 Jul 2008 17:00:54 -0500
changeset 653 3ea1c552e734
parent 510 290fa071842a
permissions -rw-r--r--
Fixed installer path check in Admin:Home; made admin-menu more compatible with componentized JS

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