install/.htaccess
author Dan
Fri, 06 Mar 2009 11:19:55 -0500
changeset 856 0b7ff06aad13
parent 510 290fa071842a
permissions -rw-r--r--
template: added ability for themes to hide user, tools, and search sidebar blocks

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