install/.htaccess
author Dan
Sat, 01 Mar 2008 18:55:54 -0500
changeset 466 1cc8a038ad20
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Fixed improper serializing of IP that could allow reusing of key from multiple IP addresses.

# Used for testing mod_rewrite.

RewriteEngine on

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