install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Mon, 16 Jan 2012 09:22:24 -0500
changeset 1358 a8fc93c06fcb
parent 510 290fa071842a
permissions -rw-r--r--
Typo

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