install/.htaccess
author Dan
Fri, 17 Jul 2009 09:06:51 -0400
changeset 1057 183111d8c46a
parent 510 290fa071842a
permissions -rw-r--r--
Userpage: rewrite of many CSS rules for better scaling behavior

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