Domain Name In Address Bar Changes

stefebstefeb Registered Users Posts: 71 Big grins
edited July 18, 2007 in SmugMug Pro Sales Support
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.

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 18, 2007
    stefeb wrote:
    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>
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • stefebstefeb Registered Users Posts: 71 Big grins
    edited July 18, 2007
    Allen wrote:
    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. <img src="https://us.v-cdn.net/6029383/emoji/clap.gif&quot; border="0" alt="" >
Sign In or Register to comment.