Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Cord Blomquist
Enable Clean URLS on Media Temple Server - http://drupal.org/node/116919
Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] - Cord Blomquist