301 Redirect?
301 Redirect?
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- acescence0
the redirect looks ok, not sure what you're doing with that auth stuff.
@amullins, it's not two separate sites, it's the non-subdomain and www subdomain resolving to the same directory. solving this with just DNS will result in duplicate content issues, which is what he's trying to avoid here. all doing it via DNS would do is tell the browser to query for the IP using a different hostname, without redirection bots will see them as two separate URLs
- i did mention that one of them would need to setup as an alias of the other, in apache...amullins