403: ForbiddenYou don't have permission to access /phpmyadmin/ on this server.
I am trying to connect myphpadmin..
when i use 'localhost' i can connect easily to myphpadmin
but when i replace localhost to my ip address i got an error it says
Forbidden
You don't have permission to access /phpmyadmin/ on this server.
I've already change the privileges but still i got the same error.
could anyone help me?thnks
lsvife
Junior Poster in Training
56 posts since Mar 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0
localhost is different directory from myphpadmin.
youre localhost dir is public_html,or if you are using ubuntu you can find it in /var/www
happytogether
Junior Poster in Training
84 posts since Mar 2011
Reputation Points: 16
Solved Threads: 14
Skill Endorsements: 0
i am using windows.how to solve it?
lsvife
Junior Poster in Training
56 posts since Mar 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0
where you install php?
have you create file before?
like test.php,or any?
create <?php info(); ?> save as info.php where you save youre php file
then run
locate this line
DOCUMENT_ROOT /home/mmmm/public_html/
that is youre localhost dir.
actualy the directory where you save youre php files that is youre public_html.
i wrote the above line,so you have some idea how to locate youre public_html and how use the info() of php.
happytogether
Junior Poster in Training
84 posts since Mar 2011
Reputation Points: 16
Solved Threads: 14
Skill Endorsements: 0
i am using WampServer 2.0...
i cant locate the path..I use windows 7 operating system...
i want to connect to a database but the problem is i cant access phpmyadmin if i use ipaddress...
lsvife
Junior Poster in Training
56 posts since Mar 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0
mysql already install?
phpmyadmin already install?
happytogether
Junior Poster in Training
84 posts since Mar 2011
Reputation Points: 16
Solved Threads: 14
Skill Endorsements: 0
both of them are already installed..
lsvife
Junior Poster in Training
56 posts since Mar 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0