Hi, I installed Apache on my Windows machine. By default, I should put all my files in htdoc folder, which is in C drive. I want to know how do I set in order to allow the link http://localhost/somefile.php refering to some other files in other drive, say files in D:\php\afile.doc
Thanks
you can move your default document folder by adjusting it in your httpd.conf file.
How do I move it in httpd.conf file?
Acutually I prefer adding more folders, not moving existing ones.
Any other ideas please
Thanks.
if you want to add others, you would need to read up on mod_alias in the apache manual.
Thank you for your reply. Thats what im looking for