PDA

View Full Version : Domain Name In Address Bar Changes


stefeb
Jul-17-2007, 09:40 PM
1. Set up my CNAME and ANAME so when someone types in either - http://www.lehighvalleyphotography.com, or lehighvalleyphotography.com, they are taken to my SmugMug site.
2. Upon initial visit to my site the address bar shows - http://lehighvalleyphotography.com, as it should.
3. When a link is clicked from the homepage, the address bar shows - http://stevefeb.smugmug.com, and this address continues to be shown throughout the site, even when returning to the homepage.
4. When I visit Andy's site - moonriverphotography.com, I notice that the address bar continues to display moonriverphotography.com, no matter which link is clicked.
5. Howcome? What step have I missed.

Thanks.

Allen
Jul-17-2007, 09:46 PM
1. Set up my CNAME and ANAME so when someone types in either - http://www.lehighvalleyphotography.com, or lehighvalleyphotography.com, they are taken to my SmugMug site.
2. Upon initial visit to my site the address bar shows - http://lehighvalleyphotography.com, as it should.
3. When a link is clicked from the homepage, the address bar shows - http://stevefeb.smugmug.com, and this address continues to be shown throughout the site, even when returning to the homepage.
4. When I visit Andy's site - moonriverphotography.com, I notice that the address bar continues to display moonriverphotography.com, no matter which link is clicked.
5. Howcome? What step have I missed.

Thanks.
Chnage your nav to the shortcut links and you shouldn't have any more problems.

<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/Events">Events</a></li>
<li><a href="/Animals">Animals</a></li>
<li><a href="/People">People</a></li>
<li><a href="/Sports">Sports</a></li>
<li><a href="/Personal">Personal</a></li>
<li><a href="/gallery/3114341">Guestbook</a></li>
</ul>
</div>

stefeb
Jul-17-2007, 09:53 PM
Chnage your nav to the shortcut links and you shouldn't have any more problems.

<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/Events">Events</a></li>
<li><a href="/Animals">Animals</a></li>
<li><a href="/People">People</a></li>
<li><a href="/Sports">Sports</a></li>
<li><a href="/Personal">Personal</a></li>
<li><a href="/gallery/3114341">Guestbook</a></li>
</ul>
</div>

Thanks Al, that did the trick. :clap