I have set up my initial site www.pctvinyl.com and it works perfectly (much
due to your help, and I thank you) However, I have also set up a forward
domain (www.pctvinylcorp.com) and it redirects the user to the main site.
The problem I am having is that the navigation bar on the left hand side of
each page (Home, about us, contact us etc) does NOT work. When I compare the
paths the user is sent to (by hovering over the links on the bar), the
forward sites path go via index_files, whereas the main site goes direct to
an .htm path.
Is this a common issue? I really home there is an easy answer...
Thanks for the contunued help.
David Bartosik [MSFT MVP] - 11 Apr 2005 15:48 GMT
You are not "redirecting" the second domain to the first, you are "framing"
the first domain. The framing breaks the linkage. Use a redirect instead of
framing.
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
>I have set up my initial site www.pctvinyl.com and it works perfectly (much
> due to your help, and I thank you) However, I have also set up a forward
[quoted text clipped - 9 lines]
> Is this a common issue? I really home there is an easy answer...
> Thanks for the contunued help.
JonP - 11 Apr 2005 16:05 GMT
thanks for the reply.
Can I ask what is Framing? And how can I change it to a redirect (I ask
because I was under the assumption that I was redirecting).
> You are not "redirecting" the second domain to the first, you are "framing"
> the first domain. The framing breaks the linkage. Use a redirect instead of
[quoted text clipped - 17 lines]
> > Is this a common issue? I really home there is an easy answer...
> > Thanks for the contunued help.
David Bartosik [MSFT MVP] - 11 Apr 2005 17:03 GMT
In your browser go to View, Source.
You can see the framing code. To learn about framing and any other html
topic I suggest using http://www.htmlgoodies.com .
The code for a redirect looks like this -
http://www.publishermvps.com/Default.aspx?tabid=98
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
> thanks for the reply.
>
[quoted text clipped - 30 lines]
>> > Is this a common issue? I really home there is an easy answer...
>> > Thanks for the contunued help.