Adding Virtual Directory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Tayla6
Forum Commoner
Posts: 26
Joined: Thu Oct 10, 2013 8:40 am
Location: Manchester
Contact:

Adding Virtual Directory

Post by Tayla6 »

Hello All, I am new in php and I want a help on the following issue. Using Linux if the web root is at e:\web, how to add virtual directory like IIS, e.g. add e:\share as a virtual directory.
Tayla the great
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Adding Virtual Directory

Post by Celauran »

Are you referring to aliases? If so, take a look at mod_alias documentation.
Post Reply