Re: Absolute vs. relative URLs in navigation bar links
- From: "Ronx" <ronx917@xxxxxxxxxxx>
- Date: Mon, 15 Aug 2005 22:01:23 +0100
Probably not. Your problem is that you are using a JavaScript menu
which requires root relative or absolute links to work in a multilevel
(folders) web site. Unless the web structure on the test machine is
identical to that on the production server the menu will not work on
both. In other words, you cannot use http://mysite.com/page.htm as
the web address on the production server unless you also use
http://ip_address/page.htm on the test server. This can be done using
IIS as well as with xampp - but you lose the flexibility of several
sites in folders such as http://ip_address/mysite/
Using IIS does enable you to use all the features in FrontPage.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
"Randy Morgan" <rmorgan1016@xxxxxxxxxxx> wrote in message
news:eoWib3aoFHA.1372@xxxxxxxxxxxxxxxxxxxxxxx
> Whatever we call 'em, they work great on the production server but
> not at all using xampp. Would I get away from this if I broke down
> and upgraded the test server to XP Pro?
>
> Randy Morgan
>
> Murray wrote:
>> Those are not called absolute links, for what it's worth. The
>> terms "root relative" or "site root relative" would more be the
>> best choice. an absolute link would always be considered one like
>> this, I believe -
>>
>> <img src=''http://www.domainexample.com/images/foo.gif''>
>>
.
- References:
- Absolute vs. relative URLs in navigation bar links
- From: Randy Morgan
- Re: Absolute vs. relative URLs in navigation bar links
- From: p c
- Re: Absolute vs. relative URLs in navigation bar links
- From: Randy Morgan
- Re: Absolute vs. relative URLs in navigation bar links
- From: p c
- Re: Absolute vs. relative URLs in navigation bar links
- From: Murray
- Re: Absolute vs. relative URLs in navigation bar links
- From: Randy Morgan
- Absolute vs. relative URLs in navigation bar links
- Prev by Date: Absolute File URL for CSS Link From Template
- Next by Date: Re: Absolute vs. relative URLs in navigation bar links
- Previous by thread: Re: Absolute vs. relative URLs in navigation bar links
- Next by thread: Re: Absolute vs. relative URLs in navigation bar links
- Index(es):
Relevant Pages
|