install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Sat, 29 Jan 2011 15:30:59 -0500
changeset 1336 8694f03f3ebe
parent 510 290fa071842a
permissions -rw-r--r--
ACL permissions viewer has better formatting now

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