|
-
Oct 14th, 2003, 03:48 PM
#1
Thread Starter
Fanatic Member
Linking to a file????????
Hey, I'm working on a small website and I'm running some webserver software. I want to to link to a file on my PC which will act as the server. What is wrong with this link? I can't seem to get it to work. I'm trying to link to a file on my "F:" drive. Is this fomatted wrong? I have my static IP address, then the local disk the file resides on, and then the file. Where am I wrong here? Any help appreciated.
http://999.999.999.9/F:/myfile.zip
-
Oct 14th, 2003, 03:53 PM
#2
It doesnt work that way. Put the file into the folder where the web site pointss to.
-
Oct 14th, 2003, 04:09 PM
#3
Thread Starter
Fanatic Member
Could you give me an example?
I'm running a small webserver app and want to host my site from the "F:" drive of my PC. My site folder is F:\Mysite\
How can I connect to the index.html file through http? I am able to do this fine through FTP, but I wanted to have a frontend for access to my files (pics I took at car shows).
-
Oct 15th, 2003, 12:14 AM
#4
Check the web server app (which one is it?) for root directory, and change it to F:/. You can then put all your files there, even if it ain't web pages
-
Oct 15th, 2003, 03:59 AM
#5
Retired VBF Adm1nistrator
Also, 999.999.999.9 is not a valid IP address
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 16th, 2003, 01:12 PM
#6
Thread Starter
Fanatic Member
Ok, but.......
I got that set, but how would I link to a specific file with a link on the webpage? I'm using Ability Webserver.
-
Oct 16th, 2003, 10:42 PM
#7
<a href="http://xxx.xxx.xxx.xxx/abc.zip">Click here</a>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|