install/.htaccess
author Dan
Tue, 16 Sep 2008 08:22:47 -0400
changeset 710 1fbce408813c
parent 510 290fa071842a
permissions -rw-r--r--
Fixed IPv6 address match (the one from phpBB3 did not work)

# 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>