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

后端 未结 15 1976
既然无缘
既然无缘 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:17

    I had done below changes for new phpmyadmin4.0.4 in httpd.conf file

    
        AllowOverride none
        Require all granted
    
    

    and phpmyadmin.conf

    
        Options Indexes FollowSymLinks MultiViews
        AllowOverride all
            Order Allow,Deny
        Allow from all
    
    

    and restart my server.

提交回复
热议问题