install/.htaccess
author Dan
Mon, 11 Aug 2008 19:52:41 -0400
changeset 679 80bf9b8fe6aa
parent 510 290fa071842a
permissions -rw-r--r--
Added preliminary support for ACL presets. Yay!

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