install/.htaccess
author Dan
Wed, 07 May 2008 14:05:50 -0400
changeset 548 15ac23ba7af2
parent 510 290fa071842a
permissions -rw-r--r--
Re-synced Mint style from the Oxygen theme

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