• php服务器wamp的项目配置


    <VirtualHost *:80>
    ServerAdmin wangjian2@tuniu.com
    DocumentRoot D:\zendworkspace\insure-branch
    ServerName insure.branch.com
    <Directory "D:\zendworkspace\insure-branch">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    </VirtualHost>

    上图黄色字体表示域名,需要在hosts文件中配置。

    DocumentRoot表示文件路径。

    <Directory "D:\zendworkspace\insure-branch">用于设置对项目文件的访问权限等等。

  • 相关阅读:
    7
    6
    5
    3
    4
    2
    1
    寒假工作经历
    软件工程第三周的总结
    软件工程第三周的学习报告 html<input> final finally finalize 的比较 BigInteger
  • 原文地址:https://www.cnblogs.com/usual2013blog/p/2749956.html
Copyright © 2020-2023  润新知