View previous topic :: View next topic |
Author |
Message |
Overdrive -
Joined: 09 Apr 2005 Posts: 1
|
Posted: Sat Apr 09, 2005 11:46 am Post subject: plz help on this |
|
|
I am running abyss x2 and wanna host a http site .its work fine but
I duno how to set the correct path of a file:
inside index.html I put a jpg file but others will not see it
wut is the path inside my http?
<IMG SRC="c://Photo/123/jpg" > or <img src="http://...../123.jpg">
I try both but other peoples can only see my index.html
but not the pictures.
and do I have to put all other .html inside htdocs?
plz help :) |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sat Apr 09, 2005 1:20 pm Post subject: |
|
|
All files that will be accessed from the web server should be in your htdocs. I will
provide a few examples on linking to these files and hope that you understand
what im talking about , You should be able to figure it out using this.
01. How do I link my images in htdocs\images ?
You would use: /images/file_name.gif
02. I have a file in my htdocs , how do I link it ?
You would use: /file_name.zip
Note: C:\Program Files\Abyss Abyss Server\htdocs\images is short for the
htdocs\images example I put at the top. You should know how to link now. |
|
Back to top |
|
 |
|