install/.htaccess
author Dan
Sat, 01 Mar 2008 18:55:30 -0500
changeset 465 fe8b8c9b54e8
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Finished theme manager to the point where it's in a working state in Firefox and hopefully IE.

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1