install/.htaccess
author Dan
Sat, 02 Feb 2008 22:44:05 -0500
changeset 397 06415d243d09
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Added a heading "editing page" in page editor for visual appeal; removed use of alternate <?= ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit)

# Used for testing mod_rewrite.

RewriteEngine on

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