install/.htaccess
author Dan
Tue, 12 Feb 2008 07:44:16 -0500
changeset 418 322fa0c91303
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed version-set on migration code (see the comments in the source for why) and added post-upgrade hooks.

# Used for testing mod_rewrite.

RewriteEngine on

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