install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Thu, 10 Feb 2011 21:52:54 -0500
changeset 1340 d1d64b373878
parent 510 290fa071842a
permissions -rw-r--r--
ajax get_styles is now case insensitive with the theme_id

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