install/.htaccess
author Dan
Mon, 18 Feb 2008 16:27:28 -0500
changeset 430 ec90736b9cb9
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.

# Used for testing mod_rewrite.

RewriteEngine on

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