install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Mon, 19 Nov 2012 11:39:25 -0500
changeset 1372 947153b432ea
parent 510 290fa071842a
permissions -rw-r--r--
Fix double negative in avatar language string ("Don't block animated images" -> "Allow animated images")

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