install/.htaccess
author Dan
Tue, 19 Feb 2008 08:32:57 -0500
changeset 435 a434d60e525d
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
And might as well add theme-manager.js while I'm at it.

# Used for testing mod_rewrite.

RewriteEngine on

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