View previous topic :: View next topic |
Author |
Message |
alanisonline -
Joined: 23 Oct 2003 Posts: 1
|
Posted: Thu Oct 23, 2003 11:10 pm Post subject: Problem with folders and directories |
|
|
Hello, i am running Abyss now to host my website on port 81 because my ISP blocks the incoming port for site hosting. I am having ONE major issue, when my site loads, you can see just the main page but when you try to see anything else in my links and folders it comes up with page cannot be found. Anyone know why? |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Fri Oct 24, 2003 2:34 am Post subject: |
|
|
What's your website ? Are you sure you haven't hardlinked the subdirectories ? (included full http paths to the files) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Oct 24, 2003 12:32 pm Post subject: Re: Problem with folders and directories |
|
|
alanisonline,
Check the links and the URLs coded in your HTML file. They must not be of the form c:/xxxx since this form means that the browser will search for the file on the hard drive directly without contacting the web server.
It is also preferred to not use links that start with http:// since they may cause problems when your IP or site name changes.
Use relative links or links that start with / . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|