最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Apache 添加虚拟目录注意事项
时间:2022-06-25 00:26:13 编辑:袖梨 来源:一聚教程网
添加虚拟目录
Alias /sww/ "C:/xampp/htdocs/test/"
出现限制权限访问,
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
2011/8/26 17:36:49
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1
需添加目录设置
复制代码 代码如下:
AllowOverride None
Options None
Order allow,deny
Allow from all
相关文章
- 模型部署实践:算子约束的排查与解决思路 09-21
- Parse正式发布开源PHP SDK 09-21
- CLAUDE.md 持续膨胀时,规则该如何分配到子目录? 09-21
- 使用 Docker 部署 nanobot:从零搭建轻量个人 AI 助手 09-21
- 伴AI可信上下文实践:统一快照、可追溯 Wiki 与 Passkey 治理 09-21
- 两台机器部署 vLLM:何时需要接入 Ray? 09-21