install/.htaccess
author Dan
Mon, 11 Feb 2008 10:05:33 -0500
changeset 408 7ecbe721217c
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.

# Used for testing mod_rewrite.

RewriteEngine on

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