Need help redirecting http://website.com/ to http://www.website.com/
        Posted  
        
            by Matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt
        
        
        
        Published on 2010-03-13T19:00:53Z
        Indexed on 
            2010/03/13
            19:05 UTC
        
        
        Read the original article
        Hit count: 961
        
What I'm trying to do is to redirect my website visitors who enter "website.com" to "www.website.com".
I would do this with a standard redirect, but I don't know how to make a site specific to WWW or non-WWW addresses.
I see that Firefox thinks my site is clearly different at the WWW version, because it reloads it without using the cache. How can I make a non-WWW specific index.html page to redirect them to www.website.com?
© Stack Overflow or respective owner