Jump to content

Non-www goes to 404


themistral

Recommended Posts

Hi guys,

 

I think there might be a problem with the server setup on a website hosted on IIS that I am working on.

The www version of the website shows up just fine, but the non-www version goes to a standard browser 404 page.

 

Could this be to do with the way the hosts have setup the domain/hosting?

 

I would normally expect the non-www version to be the same as the www version if there are no redirects in place.

 

Thanks in advance for your help!

Link to comment
https://forums.phpfreaks.com/topic/245184-non-www-goes-to-404/
Share on other sites

I would normally expect the non-www version to be the same as the www version if there are no redirects in place.
Why?  www.example.tld and example.tld are two different url's.  If you want both to work for the same website you'll need some kind of rewrite or redirect, in apache you'd probably use mod_rewrite.

 

Link to comment
https://forums.phpfreaks.com/topic/245184-non-www-goes-to-404/#findComment-1259594
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.