I've inherited a site to maintain and it's exhibiting a strange behavior. If anyone tries to visit the site with www. in the beginning of the address, it redirects to the base domain, which normally isn't a problem. But, if someone goes to http://www.<domain>/<page> it redirects directly to <domain>, stripping the indicated page off of the address.
Actual examples:
http://japanesegarden.com/ - The site
http://www.japanesegarden.com/ - Redirects to http://japanesegarden.com/
http://japanesegarden.com/events - An actual page on the site
http://www.japanesegarden.com/events - Redirects to http://japanesegarden.com/ - NOT the events page
I've tested this site with a basic .htaccess file that works on another site, but the redirect problem still occurs, so it doesn't appear to be an .htaccess issue. Would this be an issue with the way the domain itself has been set up?
Thanks!