Apache - treat url path as virtual host
问题 The problem is that I have only one domain name on which 3 different products need to be run (2 of them PHP based, 1 python). So what I need to do is to treat path in url as different virtual host; ie: www.domain.com/first_url/ www.domain.com/second_url/ www.domain.com/third_url/ Where first to third will act as separate virtual hosts. Any clue how to do this? 回答1: You probably want to do something with the apache-config directives, since you're asking for a virtualhost solution. Apache can