install/.htaccess
author Dan
Sun, 25 Jan 2009 20:24:38 -0500
changeset 820 07e54a67d5d2
parent 510 290fa071842a
permissions -rw-r--r--
Change config.new.php and .htaccess.new to have a single newline according to Fedora project guidelines

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