Solution to the problem of 403 error when opening phpMyAdmin under PHP_PHP Tutorial

WBOY
Release: 2016-07-21 15:10:22
Original
799 people have browsed it

After installing wamp, open phpMyAdmin under it, which is the path http://localhost/phpmyadmin/

appears

Look at the code inside and you will understand

The solution is to directly paste the image as follows:

Copy code The code is as follows:

Options Indexes FollowSymLinks MultiViews

AllowOverride all

Order Deny,Allow

Deny from all

Allow from 127.0.0.1



Change it to

Allow from 127.0.0.1 => Allow from all That is, replace 127.0.0.1 with all

OK, everything is done (if not, restart wamp)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/327122.htmlTechArticleAfter installing wamp, open phpMyAdmin under it, which is the path http://localhost/phpmyadmin/. Look inside. I understand the code at a glance and the solution can be directly pasted as follows: Copy the code and the code is as follows...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template