View previous topic :: View next topic |
Author |
Message |
amreen -
Joined: 01 Nov 2004 Posts: 5
|
Posted: Mon Nov 01, 2004 10:44 am Post subject: HTTP 404 Error |
|
|
Ive used Abyss Server to launch my website from a CD but for some reason some of my links do not open.
Typical example of link name:
<a href="folder1/uiit/01_contents/it_index_page.doc"</a>
Would this have something to do it these non-ASCII characters? Or is it something else? |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Tue Nov 02, 2004 7:49 am Post subject: Re: HTTP 404 Error |
|
|
amreen wrote: | Ive used Abyss Server to launch my website from a CD but for some reason some of my links do not open.
Typical example of link name:
<a href="folder1/uiit/01_contents/it_index_page.doc"</a>
Would this have something to do it these non-ASCII characters? Or is it something else? |
Typical example of link name:
<a href="folder1/uiit/01_contents/it_index_page.doc"</a>
Your missing a >
<a href="folder1/uiit/01_contents/it_index_page.doc">Link</a>
that may be te case, but, is folder 1, located in htdocs, on this cd?
btw, why do you run site from cd? _________________
 |
|
Back to top |
|
 |
amreen -
Joined: 01 Nov 2004 Posts: 5
|
Posted: Tue Nov 02, 2004 10:22 am Post subject: HTTP 404 Error |
|
|
Foxified,
No folder 1 is not located in the htdocs, should it be?
I am running site from CD so people with no internet connection can access it.
Thanks for help.....A |
|
Back to top |
|
 |
amreen -
Joined: 01 Nov 2004 Posts: 5
|
Posted: Tue Nov 02, 2004 11:13 am Post subject: HTTP 404 Error |
|
|
Foxified,
I have tried your suggestion and though the < was missing the doc still doesnt open when i run my CD.
It opens fine when i try from my hard drive. Just to re-cap the htdocs folder sits in 'folder 1' - not the other way round.
I bet it'll be something small but i just cant see it.....help!!!!!!!! |
|
Back to top |
|
 |
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Tue Nov 02, 2004 1:42 pm Post subject: Re: HTTP 404 Error |
|
|
amreen wrote: | Foxified,
I have tried your suggestion and though the < was missing the doc still doesnt open when i run my CD.
It opens fine when i try from my hard drive. Just to re-cap the htdocs folder sits in 'folder 1' - not the other way round.
I bet it'll be something small but i just cant see it.....help!!!!!!!! |
folder 1 has to be in the htdocs folder, inside, htdocs is your web folder. everything with your sit is there. _________________
 |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Tue Nov 02, 2004 2:19 pm Post subject: Re: HTTP 404 Error |
|
|
amreen wrote: | Ive used Abyss Server to launch my website from a CD but for some reason some of my links do not open.
Typical example of link name:
<a href="folder1/uiit/01_contents/it_index_page.doc"</a>
Would this have something to do it these non-ASCII characters? Or is it something else? |
The URL is relative here. So the browser will use the directory containing the currently browsed page (containing this code) and will append the relative URL to it and request the whole absolute URL from the server.
So check the relative URL. Otherwise, try to use absolute URL only such as /dir1/dir2/folder1/uiit/01_contents/it_index_page.doc . |
|
Back to top |
|
 |
amreen -
Joined: 01 Nov 2004 Posts: 5
|
Posted: Wed Nov 03, 2004 10:57 am Post subject: HTTP 404 Error |
|
|
I have tried your suggestions 'admin', 'foxified' and the problem has been sorted....phewww!
All i had to do was put the said folder in the correct htdocs folder and correct the link.....thanks for your help. |
|
Back to top |
|
 |
|