开发者

Do I need vti_conf in a PHP site?

开发者 https://www.devze.com 2023-03-24 10:51 出处:网络
My client has PHP running on an IIS server, I know these vti_conf files are important for .NET pages, but my site is completely PHP (and could and should run completely on Apache).

My client has PHP running on an IIS server, I know these vti_conf files are important for .NET pages, but my site is completely PHP (and could and should run completely on Apache).

Is there any reason I should keep these folders (this site will only ever be PHP) and if not is there some way I can make IIS stop producing them on this speci开发者_高级运维fic site/directory? They're doubling the file count in my directories.


You don't. Since the PHP site was the only one on the server, removing the vti_conf files had no effect and the server was eventually migrated to Apache.

0

精彩评论

暂无评论...
验证码 换一张
取 消