View Single Post
Old 10-29-2003, 03:43 PM   #10 (permalink)
piramida
Inactive
 
Join Date: 10-17-03
Posts: 51
iTrader: 0 / 0%
Latest Blog:
None

piramida is liked by many
put something like that in your httpd.conf (or .htaccess file if on shared hosting):

FollowSymlinks On
RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com$ [NC]
RewriteRule ^(.*) http://www.yourdomain.com$1 [R=permanent]

replace yourdomain obviously.
piramida is offline   Reply With Quote