install/.htaccess
author Dan
Wed, 13 Aug 2008 08:56:18 -0400
changeset 693 f21aa64d050a
parent 510 290fa071842a
permissions -rw-r--r--
Fixed that exception that was thrown on draft save in fx3

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