PDA

View Full Version : Redirect if url doesn't have "www"[solved]


DrewM
25 Aug 2006, 12:49
Does any one now a code so that when I on my website it will if the url doesn't have "www" in front of it, it will redirect to the url with "www"?

jcr
25 Aug 2006, 12:55
Put this in you .htaccess

replace yoursite.com with.. yep. you know the drill



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

DrewM
25 Aug 2006, 13:08
thank you!