install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Sun, 05 Sep 2010 16:01:38 -0400
changeset 1297 f3eaf6b3ee1b
parent 510 290fa071842a
permissions -rw-r--r--
Fixed typo in string acl_inherit_pg_everyone. Fixes issue 22.

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