为什么我的手机会返回HTTP 403错误,即使相同的代码在模拟器中有效?

时间:2017-02-20 20:33:19

标签: php wamp adk

我正在使用WAMP。

httpd.conf如下:

<Directory />
    AllowOverride none
    Require all denied
    Allow from all
</Directory>

PHPMyadmin别名

alias /phpmyadmin "c:/wamp64/apps/phpmyadmin4.6.4/"

<Directory "c:/wamp64/apps/phpmyadmin4.6.4/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride none
    Require all granted

    <ifDefine APACHE24>
        Require all granted
    </ifDefine>
    <ifDefine !APACHE24>
        Order Deny,Allow
        Deny from all
        Allow from all
    </ifDefine>

1 个答案:

答案 0 :(得分:0)

错误已解决

在虚拟主机中我做了这个改变

    HostName test.test.de     DocumentRoot / var / www / xxx /

1         2        3        4
Steve    Koka    Putin    Barack