Access to phpMyAdmin forbidden
Posted by: C Note (---.dsl.crchtx.sbcglobal.net)
Date: June 06, 2007 07:06AM

phpinfo() and most of my own directories are working, but I'm disallowed access to both PHPmyadmin and SQLitemanager.

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: clementbell (---.sify.net)
Date: June 06, 2007 01:25PM

Hi

I have the same problem to
I get the error 403 forbidden and You are not autherised to view this page
Help me if you go it

Thank you



clement

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: Galima (217.116.246.---)
Date: June 06, 2007 02:01PM

Then i installed my wamp then i had permission but i wanted to make some kind of password on my mysql but then i did i get the same error as you, and i cannot enter eny password for it eny places sad smiley

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: clementbell (---.lan.sify.net)
Date: June 06, 2007 02:23PM

Hi

I got the answer
Its very easy
Just go to the following files
c:/wamp/apache2/conf/alias/phpmyadmin.conf
c:/wamp/apache2/conf/alias/sqlitemanager.conf

replace the lines

Order Deny,Allow
Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all

c:/wamp/apache2/conf/alias/phpmyadmin.conf

<Directory "c:/wamp/phpmyadmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all

</Directory>


c:/wamp/apache2/conf/alias/sqlitemanager.conf

<Directory "c:/wamp/sqlitemanager/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all

</Directory>

with love



clement

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: C Note (---.dsl.crchtx.sbcglobal.net)
Date: June 06, 2007 02:32PM

It worked this time. Strange. I wonder what I did differently the last time I tried that...

Anyway, that solves it. Thank you.

Also, I clicked 'Restart All Services' before testing (both times, actually). Is this necessary or is the change automatic whenever you access those applications?

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: Galima (217.116.246.---)
Date: June 06, 2007 03:02PM

hmm weird my phpmyadmin JUST WONT WORK! sad smiley

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: Galima (217.116.246.---)
Date: June 06, 2007 03:14PM

grrr! it wont work

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: CyberSpatium (71.237.217.---)
Date: June 06, 2007 05:13PM

for the love of god do not allow phpmyadmin and sqlitemanager access to all. that means anyone can now access your mysql server using phpmyadmin. it is originally set to only allow access to localhost, and it should be kept that way.

to access phpmyadmin, put wamp in offline mode and
[localhost]

and make sure you add the slash ( / ) at the end of the url or it wont work


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: Galima (217.116.246.---)
Date: June 06, 2007 06:55PM

okay this is weird, now its suddenly work ? and i didnt use Clementbell instructions confused smiley

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: C Note (---.dsl.crchtx.sbcglobal.net)
Date: June 06, 2007 11:03PM

"to access phpmyadmin, put wamp in offline mode and [localhost];

BUT I WAS BEING DENIED ACCESS TO THAT DIRECTORY.

Besides, it's not a production server anyway. Sure, I'd like it to act like one, but the answers so far aren't directed that way.

And besides besides, I've got a firewall blocking out server access from the net. I've been doing that for several years now with no ill effects.

Options: ReplyQuote
Re: Access to phpMyAdmin forbidden
Posted by: pixie (---.saix.net)
Date: June 09, 2007 12:43PM

I added the apache directive Win32DisableAcceptEx to the httpd.conf file and it now works fine.

Options: ReplyQuote


Sorry, only registered users may post in this forum.