Tuesday 19 August 2014

Bitnami WAMP Stack - /phpmyadmin remote access issue as "For security reasons, this URL..............."

If you have installed the Bitnami WAMP/LAMP stack in your local and having problem to access the /phpmyadmin from remotely.
You might have seen the below error message as below:

For security reasons, this URL is only accesible using localhost (127.0.0.1) as the hostname

1. In such case, you can fix it quickly by going to the 
\apps\phpmyadmin\conf

2. Open the httpd-app.conf file, and do the below steps;'
        Find the and comment the line:
        Require local  (below the line < IfVersion < = 2.3 > )
         and add the line:
        Require all granted

The code preview is shown below;

= 2.3>
#Require local
Require all granted


No comments:

Post a Comment

Please post any queries and comments here.