install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Tue, 12 Jul 2011 22:49:40 -0400
changeset 1350 48ba612236fb
parent 510 290fa071842a
permissions -rw-r--r--
Release: 1.1.8pl1

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