日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程语言 > php >内容正文

php

wamp2.2-64位 localhost和localhost/phpmyadmin不能访问问题解决

發布時間:2024/8/23 php 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 wamp2.2-64位 localhost和localhost/phpmyadmin不能访问问题解决 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1、在httpd.conf配置文件中找到

<Directory "d:/wamp/www/">
??? #
??? # Possible values for the Options directive are "None", "All",
??? # or any combination of:
??? #?? Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
??? #
??? # Note that "MultiViews" must be named *explicitly* --- "Options All"
??? # doesn't give it to you.
??? #
??? # The Options directive is both complicated and important.? Please see
??? # http://httpd.apache.org/docs/2.2/mod/core.html#options
??? # for more information.
??? #
??? Options Indexes FollowSymLinks

??? #
??? # AllowOverride controls what directives may be placed in .htaccess files.
??? # It can be "All", "None", or any combination of the keywords:
??? #?? Options FileInfo AuthConfig Limit
??? #
??? AllowOverride all

??? #
??? # Controls who can get stuff from this server.
??? #

#?? onlineoffline tag - don't remove
??? Order Deny,Allow
??? Deny from all
??? Allow from 127.0.0.1

</Directory>

將紅色字體改成 Allow from 127.0.0.1 ::1? 或者? 改成 Allow from all?

2、再打開wamp/alias/phpmyadmin.conf

<Directory "d:/wamp/apps/phpmyadmin3.5.1/">
??? Options Indexes FollowSymLinks MultiViews
??? AllowOverride all
??????? Order Deny,Allow
?? ?Deny from all
?? ?Allow from 127.0.0.1
</Directory>

將紅色字體改成Allow from 127.0.0.1 ::1? 或者? 改成 Allow from all?

?

?

解釋:

Deny?from?all 是禁止所有訪問,但是允許 127.0.0.1?訪問

?

修改為?Allow?from?all? 允許所有訪問

?

轉載于:https://www.cnblogs.com/tsunlight/p/localhost%e4%b8%8d%e8%83%bd%e8%ae%bf%e9%97%ae.html

總結

以上是生活随笔為你收集整理的wamp2.2-64位 localhost和localhost/phpmyadmin不能访问问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。