install/.htaccess
author Dan
Sun, 27 Jan 2008 23:44:02 -0500
changeset 381 b4751b55ee92
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed case where HTML comments were getting stripped when opening tag not followed by whitespace (<!--foo--> was stripped, <!-- foo --> was not, neither is stripped now)

# Used for testing mod_rewrite.

RewriteEngine on

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