如何将virtual directory support disabled改为enabled???
------解决方案--------------------
我的iis7.5 + php的虚拟目录支持是启动的, 没有进行特别的设置.
另外我找到这段文字, 稍微翻译一下
virtual directory support with php is really a feature designed for ms windows based platforms.
php虚拟目录支持是基于微软windows平台的特性
you can get limited functionality under apache over linux but only if your php is setup as a dso (apache module) and even then it won't be the full virtual directory functionality subset.
你可以通过linux下的apache获得有限的功能, 当你的php被作为apache模块被设置的时候.
really your best bet would be to use a set of creative mod_rewrite commands in your .htaccess file to manipulate urls as that can give you essentially the same functionality but by different means.
你可以用mod_rewrite的方式来得到这个虚拟目录功能
