当前位置:网站首页>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
边栏推荐
- Win10 - lightweight gadget
- MySQL get time
- Idea设置方法注释和类注释
- 【 script secret pour l'utilisation de MySQL 】 un jeu en ligne sur l'heure et le type de date de MySQL et les fonctions d'exploitation connexes (3)
- Redis6 master-slave replication and clustering
- [深度学习论文笔记]TransBTSV2: Wider Instead of Deeper Transformer for Medical Image Segmentation
- 【Hot100】34. 在排序数组中查找元素的第一个和最后一个位置
- 这18个网站能让你的页面背景炫酷起来
- 【公开课预告】:视频质量评价基础与实践
- 龙芯派2代烧写PMON和重装系统
猜你喜欢
Redis6 master-slave replication and clustering
Backup and restore of Android local SQLite database
Intranet penetration tool NetApp
go 数组与切片
Kotlin协程利用CoroutineContext实现网络请求失败后重试逻辑
"Baidu Cup" CTF competition in September, web:upload
一文详解ASCII码,Unicode与utf-8
Huawei push service content, read notes
Laravel框架运行报错:No application encryption key has been specified
一网打尽异步神器CompletableFuture
随机推荐
PostgreSQL Usage Summary (PIT)
Flutter draws animation effects of wave movement, curves and line graphs
Go pointer
Solve the problem of invalid uni app configuration page and tabbar
MMSeg——Mutli-view时序数据检查与可视化
这18个网站能让你的页面背景炫酷起来
jasypt配置文件加密|快速入门|实战
A detailed explanation of ASCII code, Unicode and UTF-8
Get you started with Apache pseudo static configuration
Basic characteristics and isolation level of transactions
先写API文档还是先写代码?
嵌入式软件架构设计-消息交互
What is a network port
What happened to the communication industry in the first half of this year?
Don't know these four caching modes, dare you say you understand caching?
Flutter InkWell & Ink组件
Address book (linked list implementation)
Talk about seven ways to realize asynchronous programming
French scholars: the explicability of counter attack under optimal transmission theory
MATLAB论文图表标准格式输出(干货)