Page is a not externally linkable
Marval - 12:45 pm on Mar 12, 2005 (gmt 0)
(probably not correctly formatted due to the message restrictions) However Im still convinced that it might be a simple conf file setup problem in most cases where the hosts are not setting up the servername properly as www.domain.com instead of the "standard" entry of domain.com
theBear - actually I agree that if you have to do it externally this would be a much better way?
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ [domain.com...]
[R=permanent,L]