当前位置:网站首页>About the problem and solution of 403 error in wampserver
About the problem and solution of 403 error in wampserver
2022-07-05 13:42:00 【Zi Mu Lei】
Last night I wrote an article about wampserver After the installation is completed, the icon is yellow to solve the problem (http://blog.csdn.net/qq_32429977/article/details/50452529), I am here win7 There is no problem with the system , Many friends proposed win8 and win10 The display is normal after modification in the system , But you can't enter localhost and phpmyadmin, Tips 403 error , Roughly found the problem through remote :
1. The first question is , Namely wampserver Not switched to online :
As shown in the figure , Switch to online status OK!, however , After switching to online phpmyadmin Still can't get in , This shows that the main problem is not here , Let's move on :
2. We can find out apache It's set up alias Of . That's the alias ,OK, In this way, we can directly pass 127.0.0.1:8085/phpmyadmin This address visited , Test it , No problem at all , But in this case, it will be more troublesome for us to do the test later , So we'd better revise it , Click to open according to the figure below alias Set it up :
After opening the source code ;
<Directory "D:\wamp\apps\phpmyadmin3.4.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
We revise it as follows :
<Directory "D:\wamp\apps\phpmyadmin3.4.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
Be careful : Don't copy all , above DIRECTORY The address inside is your own installation path !!!
allow localhost Address to log in , After automatically restarting the service, you can enter , In this way, the problem is completely solved !!!
( Please correct any deficiencies !!!)
author : Little thunder
QQ:1132207176
边栏推荐
- [深度学习论文笔记]使用多模态MR成像分割脑肿瘤的HNF-Netv2
- Operational research 68 | the latest impact factors in 2022 were officially released. Changes in journals in the field of rapid care
- When using Tencent cloud for the first time, you can only use webshell connection instead of SSH connection.
- MySQL - database query - sort query, paging query
- Aspx simple user login
- Shuttle INKWELL & ink components
- 这18个网站能让你的页面背景炫酷起来
- ETCD数据库源码分析——rawnode简单封装
- Huawei push service content, read notes
- leetcode 10. Regular expression matching regular expression matching (difficult)
猜你喜欢
Android本地Sqlite数据库的备份和还原
【华南理工大学】考研初试复试资料分享
法国学者:最优传输理论下对抗攻击可解释性探讨
Intranet penetration tool NetApp
Talk about seven ways to realize asynchronous programming
Catch all asynchronous artifact completable future
SAE international strategic investment geometry partner
Could not set property 'ID' of 'class xx' with value 'XX' argument type mismatch solution
Aikesheng sqle audit tool successfully completed the evaluation of "SQL quality management platform grading ability" of the Academy of communications and communications
MySQL - database query - sort query, paging query
随机推荐
一网打尽异步神器CompletableFuture
Matlab paper chart standard format output (dry goods)
NFT value and white paper acquisition
山东大学暑期实训一20220620
南理工在线交流群
STM32 reverse entry
Operational research 68 | the latest impact factors in 2022 were officially released. Changes in journals in the field of rapid care
Zhubo Huangyu: it's really bad not to understand these gold frying skills
MySQL --- 数据库查询 - 排序查询、分页查询
Usage, installation and use of TortoiseSVN
49. 字母异位词分组:给你一个字符串数组,请你将 字母异位词 组合在一起。可以按任意顺序返回结果列表。 字母异位词 是由重新排列源单词的字母得到的一个新单词,所有源单词中的字母通常恰好只用一次。
What happened to the communication industry in the first half of this year?
Log4j utilization correlation
Solve the problem of "unable to open source file" xx.h "in the custom header file on vs from the source
[notes of in-depth study paper]transbtsv2: wider instead of deep transformer for medical image segmentation
今年上半年,通信行业发生了哪些事?
真正的缓存之王,Google Guava 只是弟弟
Jasypt configuration file encryption | quick start | actual combat
先写API文档还是先写代码?
Address book (linked list implementation)