Help with links

liunx

Guest
Ok, I am creating a site lets say its <!-- m --><a class="postlink" href="http://00.00.00.00">http://00.00.00.00</a><!-- m --> for the IP and lets say i have a folder that i have the index file setup for the ip to read C:\webfolder\index.html now i have a file i want to setup for people to Download <!--more--> from on a different drive... lets say D:\test.mp3 how would i go about linking it to the page. i have already tried <br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"file:///../d:/test.mp3">Download <!--more--> link</a></font></p><br />
<br />
any suggestions. thanks<!--content-->Everything people accross the internet must access must be in the server base folder.<br />
<br />
This means that what you want to do is, probably, very hard.<br />
<br />
Do you know about remote folders?<br />
If you do, make a remote folder go to the folder the program is in.<br />
<br />
For example, your base folder is c:/serverfiles/:<br />
and your address is localhost.<br />
You can create a remote folder assigned to localhost/folder/,<br />
and it will link to d:/program/, so if a user types in "localhost/folder/files/program1/", it will link to "d:/program/files/program1/" on your computer, instead of "c:/serverfiles/folder/files/program1/".<br />
<br />
Are you using apache or ISS?<br />
Is appears you are using ISS.<!--content-->if you want people using internet to get those resources then you will need to map the virtual paths in the webserver for those urls.And depending upon which web server you are using,their documentation should help you do this<!--content-->virtual paths... thats what I was looking for!<br />
thanks Khalid Ali!<!--content-->:D <br />
Glad to be of any help..<!--content-->
 
Back
Top