install/.htaccess
author Dan Fuhry <dan@enanocms.org>
Thu, 18 Nov 2010 15:34:06 -0500
changeset 1324 612680c02316
parent 510 290fa071842a
permissions -rw-r--r--
Added FLAC to list of file types. (In other news: I'm an audiophile)

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