Hi, i a newbie...

im using xampp server and i try to create a virtual folder it means it point to folder outside the htdocs. My document root is D:\xampp\htdoc. so when i open http://localhost it point to htdocs..

for example when i open http://localhost/dem its point to folder at directory C:\dem.

i try to edit conf file at directory D:\xampp\apache\conf\httpd.conf by add

<IfModule alias_module>


 Alias /dem/ "C:/dem"

ScriptAlias /cgi-bin/ "D:/xampp/cgi-bin/"


but its failed!

can it be done?
what are the steps ?

TQ

    Write a Reply...