Go Back   Cloud Computing > Support > PHP Forum
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-23-11, 23:56
BOD Member
 
Join Date: Jan 2011
Posts: 182
Default phpmyadmin Giving Error 403

Hi!
While accessing phpmyadmin over a network it is giving me error 403: Access Forbidden. What can I do now?
Reply With Quote
  #2 (permalink)  
Old 05-24-11, 00:38
BOD Member
 
Join Date: Jun 2010
Posts: 175
Default

By default phpmyadmin is installed on the path /usr/share/phpmyadmin and the apache configuration file is located in /etc/httpd/conf.d/phpmyadmin.conf. You just need to locate the file phpmyadmin.conf by the command vi /etc/httpd/conf.d/phpmyadmin.conf
Once it is found, open this file.
You will see the contents of the file as below just remove or comment the first two lines in bold.

#Order Allow,Deny
#Deny from all

Allow from 127.0.0.1
Then Restart the apache server.
service httpd restart
Once this is done, you should be able to see phpmyadmin working by pointing your browser to http://ipaddress/phpmyadmin
__________________
Carol.P
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 01:12.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.