install/.htaccess
author Dan
Sat, 17 Jan 2009 15:16:36 -0500
changeset 817 880c4b7eb658
parent 510 290fa071842a
permissions -rw-r--r--
SECURITY: Fix XSS under IE in closing tags (shared sanitizer)

# Used for testing mod_rewrite.
<IfModule mod_rewrite.c>
RewriteEngine on

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