install/.htaccess
author Dan
Tue, 02 Dec 2008 21:11:22 -0500
changeset 760 60c132a5bc8e
parent 510 290fa071842a
permissions -rw-r--r--
External links in sidebar now work with manual port numbers and IPv6 addresses

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