Forum Moderators: phranque
note that through this link : [example.com...] everything is ok. no redirection.
plz if anybody knows sth about this tell me
ps: i dont remember my exact apache version but i think its 1.3
[edited by: jdMorgan at 9:29 pm (utc) on Nov. 25, 2004]
[edit reason] Removed specific URLs per TOS. [/edit]
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ [yourdomain.com...] [R=301,L]
and make sure your server support rewrite mode.
This will redirect all visitor to www.yourdomain.com/.
Please correct me if something wrong.