How to create virtual directories in PHP?

Az_eff

New Member
I want to create an application in PHP implementing virtual directory feature.
Example: \[code\]http://mydomain.com/user001\[/code\] will display the contents of the url \[code\]http://mydomain.com/index.php?user=user001\[/code\]. How can I do that?Note:
I am using Apache server.
 
Back
Top