Pages: Previous12
Current Page: 2 of 2
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: Anne Arbor (---.hvc.res.rr.com)
Date: April 13, 2012 07:02AM

I did this (described below), and it worked.

Is there a security issue, however?



codeMunQuay Wrote:
-------------------------------------------------------
> Did so, also had issues with the Deny from all
> command. Comment it out, restart services, and
> was golden.
>
> Just in case you also had similar issues.
>
> WARNING: Doing this may leave you somewhat
> vulnerable!
>
> Not sure why they released WAMP with such a
> massive issue with access permissions. This will
> need to be resolved or documented in the
> installation guide if they choose not to fix.
>
> ______________________________________________
>
> # to give access to phpmyadmin from outside
> # replace the lines
> #
> # Order Deny,Allow
> # Deny from all
> # Allow from 127.0.0.1
> #
> # by
> #
> # Order Allow,Deny
> # Allow from all
> #
>
>
> Options Indexes FollowSymLinks MultiViews
> AllowOverride all
> Order Deny,Allow
> #Deny from all
> Allow from 127.0.0.1
> Allow from localhost
>
> ______________________________________________

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: NickUdd (---.205.21-201.dynamic.3bb.co.th)
Date: June 21, 2012 03:38AM

Hi, I had the same problem. Followed some instructions above, what made it was adding # in front of Deny All

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks

MultiViews
AllowOverride all
Order Deny,Allow
#Deny from all
Allow from 127.0.0.1
</Directory>

Does this mean I am unsecure now?

My phpmyadmin suggested I should set password protections and that I will do next.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: jigarshah (117.196.118.---)
Date: March 07, 2013 05:44AM

I m also getting the same error in both localhost and phpmyadmin if any one has solved this out plz help me out.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: March 07, 2013 03:21PM

Please start a new thread and give details of your exact problem.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: cutestjeff (---.206.11.20.vgccl.net)
Date: March 20, 2013 04:56PM

pls am having same problem i need help

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: March 20, 2013 05:16PM

Ann
Its located here c:\windows\system32\drivers\etc\ and the file is called hosts

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: March 20, 2013 05:18PM

Ann

Either add it to the existsing line as :

Allow from 127.0.0.1 localhost

or add another line after

Allow from 127.0.0.1
Allow from localhost

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: cutestjeff (---.rdns.100tb.com)
Date: March 20, 2013 05:36PM

should i send u my teamviewer so u help me out i cant find it

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.