修复windows8上403个禁止使用的wampserver工具(PHPmyadminsqlbuddy等)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复windows8上403个禁止使用的wampserver工具(PHPmyadminsqlbuddy等)相关的知识,希望对你有一定的参考价值。

To fix the issue with localhost under Windows 8 giving a 403 error (but working for 127.0.0.1) I did the following:
  1. From the WampServer icon, left click, select Apache > Alias Directories > .../phpmyadmin/ > Edit alias to open the alias configuration file and then changed:
  2.  
  3. <Directory "c:/wamp/apps/phpmyadmin3.5.1/">
  4. Options Indexes FollowSymLinks MultiViews
  5. AllowOverride all
  6. Order Deny,Allow
  7. Deny from all
  8. Allow from 127.0.0.1
  9. </Directory>
  10.  
  11. such that the Allow line became:
  12.  
  13. Allow from 127.0.0.1 ::1
  14.  
  15. That will fix things for phpmyadmin and if you intend to use SQLbuddy or Webgrind then you'll need to make a similar change to their configuration files. Furthermore, if you've modified the Apache configuration (as I had) then you'll to make a similar change to any localhost Allows in httpd.conf too.

以上是关于修复windows8上403个禁止使用的wampserver工具(PHPmyadminsqlbuddy等)的主要内容,如果未能解决你的问题,请参考以下文章

WAMP 403 禁止来自外部来源

设置 zend 框架时禁止 Wamp 403

启用永久链接后,Wordpress 在 wamp apache 上抛出 403 禁止错误?

禁止使用公共 IP 的 Wamp 服务器 403(与 localhost 和 ipv4 地址一起使用)

WAMP 403 Forbidden禁止访问 的解决办法

Windows 8上的WAMP禁止错误