Is it possible to have PHP create an alias in IIS (Internet Information Services)?
An example of what I'm trying to achieve using Apache would be using PHP to edit httpd-vhosts.conf and开发者_StackOverflow社区 append the following line
Alias /test.projectOne "C:/xampp/htdocs/test"
However we're not using Apache and it needs to be done in IIS. The idea is that a script can set up its own projects.
From the research that I have done so far, I get the impression that I need to edit the MetaBase.xml and the MBSchema.xml in some way?
精彩评论