apache 对目录下的文件开启文本浏览模式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache 对目录下的文件开启文本浏览模式相关的知识,希望对你有一定的参考价值。

<Location /xxx>
        AddType text/plain                      .asc .txt .html .htm .php .js .css  #这一句哦 
        DAV svn
        Require valid-user
        SVNParentPath /data/xxx/
        SVNListParentPath On
        SVNAdvertiseV2Protocol Off
        AuthType Basic
        AuthName "Control System"
        AuthUserFile /data/htpasswd
        AuthzSVNAccessFile /data/authz
</Location>

以上是关于apache 对目录下的文件开启文本浏览模式的主要内容,如果未能解决你的问题,请参考以下文章

firefox无法访问本机apache www目录下的index.php

Apache虚拟主机配置

apache目录浏览可以下载整个目录吗

关闭或者开启apache的目录浏览

window下的AMP环境,安装PhpMyadmin,为啥我的浏览器打开php文件后只显示代码?

如何修改Apache默认的80端口