Forum Moderators: phranque
When someone types in www.example.com my site loads up just fine and people can navigate through products on the left.
When someone types in my domain (without the "www")... the site apears to load fine but when they try to navigate through the products on the left things do not work right.
What is the best way to fix this problem?
Thanks!
Phil
[edited by: oilman at 5:05 pm (utc) on May 6, 2004]
Please replace the domain name in your message, becuase it is not allowed to put your URL in your posts.
As for the "www" problem. Your site uses frames so I would try using the full URL for the 3 frames. For example change
SRC="leftframe.html" to
SRC="www.mydomain.com/leftframe.html" and see what happens.