Jump to content

WAMP5 1.7.0 - Installed - Working - (403 Forbidden don't have permission)


Recommended Posts

As mentioned in title, I installed WAMP5 1.7.0. It is working, I can access and see the result for php pages from "Your Projects".

 

The problem I am facing is when accessing "http://localhost/phpmyadmin/" or "http://127.0.0.1/phpmyadmin/" retrurns with an error

 

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

 

Similarly this goes for sqlitemanager.

 

I did change to this as guided "$cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/';" in phpmyadmin/config.inc

 

Hope I can find help very soon. It is making me mad, I feel like ..... >:(  ....because if this completes then I can start learning PHP. I am dedicated to learning this language so ......

 

Thanks for the help! :)

Link to comment
Share on other sites

As far as I understand, you mean to say I need to put http protocol and yes I am putting that as written in my first entry post.

 

It is very much possible that I am not getting your point as I am new to all this, please make me understand.

 

Thanks! :)

Link to comment
Share on other sites

Yeah i meant to have http:// before localhost/phpmyadmin in the $cfg['PmaAbsoluteUri'] variable. So the line should be:

 

$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

 

Also could you tell me what OS you are running. I noticed on WAMP Servers forum that WAMP5 1.7.0 is having problems on Windows 2000/2003. Try downgrading WAMP and see if it fixes it

 

If you want to use the versions of software used in WAM5 1.7.0 then go for a manual install instead. I always recommend a manual install rather than an all-in-one package.

Link to comment
Share on other sites

  • 3 months later...

Hello, this is a bug in the apache2 soft.

for solution you should add

Win32DisableAcceptEx

in the apache config file

for more details look at this post (also follow the links included in that post)

 

http://www.wampserver.com/phorum/read.php?f=2&i=14878&t=14878

 

I hope this helps.

 

I am still trying to figure out how to start the services when I am logged in as a user.

My wamp install works when I am logged in as Administrator but not when I am logged in with my user account.

 

I ll make a new post about it soon.

 

anatak

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.