install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Thu, 28 Oct 2010 03:32:57 -0400
changeset 1309 2a14b5a25338
parent 510 290fa071842a
permissions -rw-r--r--
Fixed a table_prefix omission in File namespace code.

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