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