install/.htaccess
author Dan
Mon, 11 Feb 2008 14:33:31 -0500
changeset 411 d1a95497b68f
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Rebrand as 1.1.2; made upgrade framework functional

# Used for testing mod_rewrite.

RewriteEngine on

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