fp2002 index hyperlink translation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I publish from my local disk to a web server, the hperlinks on my index
page remain pointing to files on my local disk instead of translating to
those on the web server.
 
You need to make sure you import all your pages and images into your local
web before linking to them so they are relative (or absolute) links to the
site and not pointing to your Hard Drive (ex: file:///)
 
David
It is only the index page that is affected. All other links in the
remaining multiple pages get translated correctly. I have gone through all
the graphics and page links on the index page and made some changes so that
all graphics and pages are within the local directory, but the index links
still refuse to translate after republishing the complete website.
 
You must have a web open first, and all content must have been created in or imported into the
current open web before it is used or linked to, otherwise you do end up with link point back to
your HD.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
All links in your home page (http://iibsouthtexas.org/index.htm) are pointing to your hard drive as
file:///C:/IIBSouthTexas/.....

That is because you have at the top in html/code view
<base href="file:///C:/IIBSouthTexas/index.htm" fptype="TRUE">

Delete that tag and republish
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sure http://iibsouthtexas.org
|
| "David Berry" wrote:
|
| > Can you post a URL so we can take a look?
| >
| > --
| > David Berry - MCP
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| > | > > David
| > > It is only the index page that is affected. All other links in the
| > > remaining multiple pages get translated correctly. I have gone through
| > > all
| > > the graphics and page links on the index page and made some changes so
| > > that
| > > all graphics and pages are within the local directory, but the index links
| > > still refuse to translate after republishing the complete website.
| > >
| > > "David Berry" wrote:
| > >
| > >> You need to make sure you import all your pages and images into your
| > >> local
| > >> web before linking to them so they are relative (or absolute) links to
| > >> the
| > >> site and not pointing to your Hard Drive (ex: file:///)
| > >>
| > >> --
| > >> David Berry - MCP
| > >> Microsoft MVP - FrontPage
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >> -----------------------------------
| > >> To assist you in getting the best answers for FrontPage support see:
| > >> http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > >> -----------------------------------
| > >>
| > >> | > >> > When I publish from my local disk to a web server, the hperlinks on my
| > >> > index
| > >> > page remain pointing to files on my local disk instead of translating
| > >> > to
| > >> > those on the web server.
| > >>
| > >>
| > >>
| >
| >
| >
 
Indeed that solved the problem. Thank you Stefan. Apparently this tag was
inserted at some time by FP as a result of some change I made in the site and
then not removed when I reversed the change.

Stefan B Rusynko said:
All links in your home page (http://iibsouthtexas.org/index.htm) are pointing to your hard drive as
file:///C:/IIBSouthTexas/.....

That is because you have at the top in html/code view
<base href="file:///C:/IIBSouthTexas/index.htm" fptype="TRUE">

Delete that tag and republish
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Sure http://iibsouthtexas.org
|
| "David Berry" wrote:
|
| > Can you post a URL so we can take a look?
| >
| > --
| > David Berry - MCP
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| > | > > David
| > > It is only the index page that is affected. All other links in the
| > > remaining multiple pages get translated correctly. I have gone through
| > > all
| > > the graphics and page links on the index page and made some changes so
| > > that
| > > all graphics and pages are within the local directory, but the index links
| > > still refuse to translate after republishing the complete website.
| > >
| > > "David Berry" wrote:
| > >
| > >> You need to make sure you import all your pages and images into your
| > >> local
| > >> web before linking to them so they are relative (or absolute) links to
| > >> the
| > >> site and not pointing to your Hard Drive (ex: file:///)
| > >>
| > >> --
| > >> David Berry - MCP
| > >> Microsoft MVP - FrontPage
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >> -----------------------------------
| > >> To assist you in getting the best answers for FrontPage support see:
| > >> http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > >> -----------------------------------
| > >>
| > >> | > >> > When I publish from my local disk to a web server, the hperlinks on my
| > >> > index
| > >> > page remain pointing to files on my local disk instead of translating
| > >> > to
| > >> > those on the web server.
| > >>
| > >>
| > >>
| >
| >
| >
 
Back
Top