網站首頁 編程語言 正文
wampserver You don‘t have permission to access / on this server 解決辦法
作者:每一天,每一步 更新時間: 2022-04-22 編程語言最近本地使用bootstrap搭建公司官網,使用到WampServer集成環境訪問localhost運行網站時出現提示:
You don't have permission to access / on this server.
問題的解決:
修改http.conf中的默認配置。
第一處:
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
第二處:
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
將上述兩處的Deny from all 改為:Allow from all ,然后重新啟動所有服務。
如果訪問phpmyadmin時候,出現You don't have permission to access /phpmyadmin/ on this server的提示,則打開xx:/wamp/alias/phpmyadmin.conf修改為:
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Allow from 127.0.0.1
原文鏈接:https://blog.csdn.net/u010234868/article/details/123153758
相關推薦
- 2022-04-17 實時檢測文件夾變化,及時同步文件到服務器python 腳本
- 2022-04-02 Pandas實現groupby分組統計的實踐_python
- 2023-04-07 解決jest處理es模塊示例詳解_React
- 2022-11-25 使用openssl實現私有CA的搭建和證書的頒發_相關技巧
- 2022-12-07 React?diff算法超詳細講解_React
- 2022-07-14 C++深入淺出講解希爾排序算法的實現_C 語言
- 2022-07-13 求兩個降序單鏈表的并集(利用原有鏈點)
- 2022-06-13 詳解Python如何利用Pandas與NumPy進行數據清洗_python
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支