Pages: 12Next
Current Page: 1 of 2
Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: Atomleaf (---.88.164.122.airtelbroadband.in)
Date: January 27, 2012 08:41PM

Immediately after WAMP installation on my windows machine. I clicked localhost and phpadmin in wampserver admin menu. I get this message in server

Forbidden

You don't have permission to access / on this server.

Forbidden

You don't have permission to access /phpmyadmin/ on this server.

Can anyone help me out about this issue?

Thanks
Atomleaf

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: JollyGiant13 (---.lightspeed.rcklca.sbcglobal.net)
Date: January 29, 2012 06:44AM

Is you WAMP server online or offline?

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: Ericmk (---.temp2.co.la.ca.us)
Date: January 31, 2012 08:12PM

same issue here. and yes server is online.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: January 31, 2012 08:18PM

ill take a look with teamviewer if anyone wants

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: ukkpower (89.126.25.---)
Date: February 03, 2012 12:35AM

I am getting the same issue, just installed the new version

Forbidden

You don't have permission to access / on this server.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: ukkpower (89.126.25.---)
Date: February 03, 2012 12:50AM

I have noticed that when I click the green icon in the tray there is an option to put online. I clicked that and it work. Never had to do that before. I assumed since I have the green icon it was online.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: stevenmartin99 (---.251.255.11.threembb.ie)
Date: February 03, 2012 06:14AM

No that's not what online means

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: wow items
Posted by: wowowo (---.126.129.250.CUSTOMER.KRYPT.COM)
Date: February 03, 2012 06:32AM

Cheap WOW Items at the leading online game store www.g4pwowitems.com

Options: ReplyQuote
Re: wow golds
Posted by: wowowo (---.126.129.250.CUSTOMER.KRYPT.COM)
Date: February 03, 2012 06:34AM

Bienvenue a www.wowgolds.fr,Nous fournissons le service de PO WOW rapide et moins cher.

Options: ReplyQuote
Re: wow po
Posted by: wowowo (---.126.129.250.CUSTOMER.KRYPT.COM)
Date: February 03, 2012 06:36AM

Notre magasin en ligne fournit PO WOW bon marché www.cheapwowgolds.fr

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: NYtraveler (---.dyn.optonline.net)
Date: February 04, 2012 04:04AM

I just loaded WAMP for the first time and have the same issue. My icon is green and the server is online.

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: Ally Android (---.cinci.res.rr.com)
Date: February 04, 2012 05:36PM

I was having the same issue. What worked for me was updating the host file (C:\Windows\System32\drivers\etc) and removing the following line:

::1 localhost

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: February 04, 2012 06:13PM

yes or adding


allow from localhost

in c:\wamp\alias\phpmyadmin.conf will accompilish the same thing

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: codeMunQuay (67.20.39.---)
Date: February 06, 2012 05:10PM

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
#

<Directory "c:/wamp/apps/phpmyadmin3.4.5/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
#Deny from all
Allow from 127.0.0.1
Allow from localhost
</Directory>
______________________________________________

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: stevenmartin99 (---.251.255.14.threembb.ie)
Date: February 06, 2012 05:17PM

There is no issue!
It's your pc and version of windows that cannot correctly ascertain that 127.0.0.1 and localhost are the same thing

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: V1100tor (---.acelerate.net)
Date: February 07, 2012 04:26PM

I know it most be out of line to ask this here , but anyway, im trying to put up wamp on windows server 2008, and i got little experience in server 2008, so my windows doesn't get that 127.0.0.1 and localhost are the same thing, any lead on how or where to look for a solution with this?

thank you

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: Possum (---.dsl.dyn.ihug.co.nz)
Date: February 12, 2012 04:37AM

Make sure you host file is present. If not try this

[support.microsoft.com]

Uninstall wamp

Fix host file

reinstall wamp

Worked for me..

If you can edit your host file make sure

127.0.0.1 localhost does not have a # in front of it..

Options: ReplyQuote
Re: Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: TheShadow (62.61.164.---)
Date: February 12, 2012 08:07AM

Make sure that that your wamp can read hosts file

Options: ReplyQuote
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 06:26AM

Where is the host file, please?

There are a whole lot of files in the C:\Windows\System32\drivers\ directory.





Ally Android Wrote:
-------------------------------------------------------
> I was having the same issue. What worked for me
> was updating the host file
> (C:\Windows\System32\drivers\etc) and removing the
> following line:
>
> ::1 localhost

Options: ReplyQuote
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 06:30AM

stevenmartin99 Wrote:
-------------------------------------------------------
> yes or adding
>
>
> allow from localhost
>
> in c:\wamp\alias\phpmyadmin.conf will accompilish
> the same thing


* * * *

Where would a person add that line (allow from localhost)?

Here is the file I found; does it matter where one adds the three new words?

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.4.10.1/"

# 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
#

<Directory "c:/wamp/apps/phpmyadmin3.4.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.