install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Wed, 29 Dec 2010 13:22:39 -0500
changeset 1330 1649f687e69e
parent 510 290fa071842a
permissions -rw-r--r--
AES: Fixed wrongfully hardcoded $return_format/$input_format (non-security)

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