install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Thu, 10 Feb 2011 01:34:55 -0500
changeset 1339 03c5b9e8e02a
parent 510 290fa071842a
permissions -rw-r--r--
functions: HTML compressor: fixed handling of <script> blocks which consist only of whitespace

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