install/.htaccess
author Dan
Sun, 28 Mar 2010 21:40:37 -0400
changeset 1225 4c6da61e613e
parent 510 290fa071842a
permissions -rw-r--r--
Replaced (most of) the mini box icons with famfamfam silk icons, they're better looking.

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