install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Tue, 12 Oct 2010 23:07:27 -0400
changeset 1306 e00489a30c72
parent 510 290fa071842a
permissions -rw-r--r--
Fixed a rather major bug with the external link parser: two links in one line now handled gracefully.

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