WAMP Server ERROR “Forbidden You don't have permission to access /phpmyadmin/ on this server.”

后端 未结 15 1966
既然无缘
既然无缘 2020-12-13 00:42

Hi Friends previously I am using XAMP Server but when I install joomla Templates it creates alots of error. Now I installed the WAMP, but the issues are: 1. I can access wit

15条回答
  •  抹茶落季
    2020-12-13 01:10

    So none of the above stuff worked for me. Except this: edit httpd.conf,

    find the line

    Listen 80 
    

    and change to

    listen 0.0.0.0:80 
    

    if you are running windows 8, its got something to do with using ipv6 instead of ipv4

提交回复
热议问题