install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Tue, 03 Aug 2010 22:09:34 -0400
changeset 1287 2c95a2c538c8
parent 510 290fa071842a
permissions -rw-r--r--
Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.

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