install/.htaccess
author Dan
Sun, 09 Nov 2008 18:21:30 -0500
changeset 737 919bcdde5f2a
parent 510 290fa071842a
permissions -rw-r--r--
Fixed exception handling from session->fetch_page_acl() in ACL trace server side

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