403 error on php myadmin
Posted by: abd (39.47.93.---)
Date: October 13, 2011 01:11PM

I have installed wampserver and when i open localhost it opens properly or as it should. When i click on phpmyadmin to create a database i get a 403 error. Why is that? Can some one pls tell me? Am i missing something? Do i need to install something other then wampserver on my computer??

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: abd (39.47.93.---)
Date: October 13, 2011 01:28PM

I am using wampserver 2.2 on a 32 bit vista home.

The php myadmin conf file is also ok... i have checked it twice.

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: abd (39.47.93.---)
Date: October 13, 2011 01:29PM

I am a newbie and i dont know much so please explain it detail...
It would be very helpful.

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: sureshkandan (---.80.174.122.airtelbroadband.in)
Date: October 14, 2011 03:40PM

Same issue i also get it.

When open phpmyadmin the following message came.

Forbidden

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


How i solve this problem?

I am using windows XP(SP3)

Thanks

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: gpinos (---.amientertainment.net)
Date: October 14, 2011 04:02PM

I had this same issue on a Win7 machine - I used 127.0.0.1 instead of localhost and got in. Don't have a clue as too why as I am a newbie

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: sureshkandan (---.80.174.122.airtelbroadband.in)
Date: October 14, 2011 04:15PM

Hi All,

I Solved this issue.

Solution.

Open alias/phpmyadmin.conf file

Replace the sentence

"Deny from all" to "Allow from all"

Restart the Wamp server.

Thanks

Options: ReplyQuote
Re: 403 error on php myadmin
Posted by: Matres (---.speed.planet.nl)
Date: October 14, 2011 04:31PM

A maybe better solution would have been this one. I quote:
stevenmartin99 Wrote:
-------------------------------------------------------
> try modifying your hosts files in
>
> c:\windows\system32\drivers\etc\hosts
>
>
> delete EVERYTHING from the file
>
> and just write
>
> 127.0.0.1 localhost
>
>
> and save it


Or use 127.0.0.1 in your browser instead of localhost.

I believe changing "Deny from all" to "Allow from all" and thereby giving access to everyone isn't very secure. However It might not matter if you don't go online anyway. I'm no expert

I didn't follow his advise 1:1 btw. I'd already made some entry's in that file which I still need so I just added 127.0.0.1 localhost. Worked!



Edited 1 time(s). Last edit at 10/14/2011 04:33PM by Matres.

Options: ReplyQuote


Sorry, only registered users may post in this forum.