install/.htaccess
author Dan
Wed, 29 Jul 2009 11:49:57 -0400
changeset 1064 5a34101dfcf9
parent 510 290fa071842a
permissions -rw-r--r--
Moved User CP profile settings to front page of CP, and changed associated language

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