install/.htaccess
author Dan
Fri, 06 Mar 2009 11:19:29 -0500
changeset 855 4f7521dd981f
parent 510 290fa071842a
permissions -rw-r--r--
Change to search behavior for heading+link in sidebar collapse code

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