install/.htaccess
author Dan
Sun, 09 Nov 2008 09:03:10 -0500
changeset 731 8e6dbf6882c2
parent 510 290fa071842a
permissions -rw-r--r--
Added config option to grant userpage rights to new users (defaults to on, as it was hardcoded on before)

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