install/.htaccess
author Dan
Wed, 15 Apr 2009 20:24:36 -0400
changeset 922 d6f391475bb9
parent 510 290fa071842a
permissions -rw-r--r--
[QA] User CP: rearranged some things to fix overly tall cells and/or sidescrolling

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