install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Mon, 15 Nov 2010 16:58:05 -0500
changeset 1310 41ac3758ba79
parent 510 290fa071842a
permissions -rw-r--r--
ImageMagick check now notes that only directories in the PATH are checked.

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