install/.htaccess
author Dan
Wed, 13 Aug 2008 08:47:20 -0400
changeset 690 aeac05b5b7ca
parent 510 290fa071842a
permissions -rw-r--r--
Fixed ACL_TYPE_PRESET pseudo-rules being shown in rule list

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