install/.htaccess
author Dan
Mon, 07 Dec 2009 15:21:47 -0500
changeset 1155 a1770361ef88
parent 510 290fa071842a
permissions -rw-r--r--
Sessions: Made acl_check_deps() verify scope, so that all of an action's dependencies must apply to the namespace of the given action.

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