These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for [Bug?] Why accessing www.doe.com/john (without trailing /) will redirect to doe.com/john? on the new forum.
I wasn't able to duplicate the problem with either IE or Mozilla browsers, though I'm not sure what the problem is. Are you trying to run an intranet and an Internet on that server?
Jamie provided the solution:
This is actually an Apache configuration issue. To fix it, do the following :
1) Go to Webmin's Apache Webserver module.
2) Click on the Default Server link
3) Click on Networking and Addresses
4) Change 'Use hostname supplied by browser' to 'Yes'
5) Click on Save
6) Click on Apply Changes
Hi Dan,
The problem is, some scripts I run are very anal about having www. in the URL. If www is missing, some things don't work. Don't ask me why. I don't know either. I'm just a lowly end-user. ;-)
Jamie's solution (above) solved the issue. But I was wondering what exact change is needed on httpd.conf.
I believe that option sets the "usecanonicalname off" setting globally in httpd.conf
Thanks Daniel.