install/.htaccess
author Dan
Fri, 08 Feb 2008 12:16:43 -0500
changeset 405 adb7f8de8ce1
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
[minor] re-enabled ENANO_DANGEROUS on install.php (oops!); made textarea in page editor focus automatically

# Used for testing mod_rewrite.

RewriteEngine on

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