install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Sun, 05 Sep 2010 16:03:57 -0400
changeset 1299 29601ba3c448
parent 510 290fa071842a
permissions -rw-r--r--
So, grinding_halt() now finally uses the new default theme in template_nodb.

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