install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Thu, 31 Mar 2011 13:09:56 -0400
changeset 1341 90e2064c8ea2
parent 510 290fa071842a
permissions -rw-r--r--
Fixed a typo in which()

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