install/.htaccess
author Dan
Thu, 06 Mar 2008 20:47:48 -0500
changeset 477 c4d6e9b3b964
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed bad style update during theme uninstall.

# Used for testing mod_rewrite.

RewriteEngine on

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