[Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 10:33AM

Everytime i load my Php Admin i get HTTP 403 Forbidden Error any help?

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 18, 2008 11:02AM

post up ur phpmyadmin.conf file from c:/wamp/alias

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

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 11:06AM

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/" 

# 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/phpmyadmin2.11.5/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1
</Directory>

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 18, 2008 11:11AM

does this folder exist ..letter for letter? c:/wamp/apps/phpmyadmin2.11.5/


if it does then replace the file with this code
(also clear history in browser)
---------------------------------------------------------------------

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/"

# 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/phpmyadmin2.11.5/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from localhost
</Directory>

------------------------------------------------------------------

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

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 11:17AM

mines is:
C:\wamp\apps\phpmyadmin2.11.6

What do i do instead?

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 18, 2008 11:21AM

change the code in the phpmyadmin.conf file to 6's

like so

------------------------------------------------------------

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.6/"

# 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/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

------------------------------------------------------------------------

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



Edited 2 time(s). Last edit at 05/18/2008 11:23AM by stevenmartin99.

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 11:25AM

Okay So now my Apache Doesnt want to run what do i do now XD?

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 18, 2008 11:34AM

in the wamp filder there is a file calle wampmanager.conf , open it at at the bottom is phpmyadmin. change that to 6 as well

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

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 11:45AM

Still not Loading.

Made Files
C:\wamp\apps\phpmyadmin2.11.5

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/" 

# 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/phpmyadmin2.11.5/"> 
Options Indexes FollowSymLinks MultiViews 
AllowOverride all 
Order Deny,Allow 
Deny from all 
Allow from localhost 
</Directory>
[main]
language = english
status = "online"
wampserverVersion = 2.0
wampserverLastKnown = 2.0
installDir = "c:/wamp"
navigator = "C:\WINDOWS\explorer.exe"
defaultLanguage = english


[php]
phpVersion = "5.2.6"
phpLastKnown = 5.2.6
phpIniDir = .
phpConfFile = php.ini
phpExeDir = .


[phpCli]
phpCliVersion = 5.2.6
phpExeFile = php.exe
phpCliFile = php-win.exe


[apache]
apacheVersion = "2.2.8"
apacheLastKnown = 2.2.8
apacheExeDir = bin
apacheConfDir = conf
apacheExeFile = httpd.exe
apacheConfFile = httpd.conf
apacheServiceInstallParams = -n wampapache -k install
apacheServiceRemoveParams = -n wampapache -k uninstall


[mysql]
mysqlVersion = "5.0.51b"
mysqlLastKnown = 5.0.51b
mysqlConfDir = .
mysqlConfFile = my.ini
mysqlExeDir = bin
mysqlExeFile = mysqld-nt.exe
mysqlServiceInstallParams = --install-manual wampmysqld
mysqlServiceRemoveParams = --remove wampmysqld


[apps]
phpmyadminVersion = 2.11.5
sqlitemanagerVersion = 1.2.0

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: MrJay (---.dhcp.reno.nv.charter.com)
Date: May 18, 2008 11:49AM

Nvm I Solved it i made everythign 6 instead thanks alot i couldnt done it with out you ^^

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: May 18, 2008 01:00PM

lol thanks what i said. 6


lol your welcome

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

Options: ReplyQuote
Re: phpMyAdmin 2.10.1 [Help] HTTP 403 Forbidden Error
Posted by: lalithg (---.162.170.66.static-hyderabad.vsnl.net.in)
Date: January 21, 2009 02:58PM

mine is phpmyadmin2.10.1/

Options: ReplyQuote
Re: phpMyAdmin 2.10.1 [Help] HTTP 403 Forbidden Error
Posted by: dananos (---.range86-168.btcentralplus.com)
Date: June 29, 2009 11:06AM

I wanted to allow database downloads from my D: drive, but I got this 403 error aswell, this is how I solved it in my Httpd.conf

Alias /db "D:\sqldata\backups"


<Directory "D:\sqldata\backups">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from localhost
Allow from all
</Directory>

Hope this helps

Dan.


DB admin at:
[www.gotoeuro.net]

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: yfastud (Moderator)
Date: June 29, 2009 02:00PM

Deny from localhost
Allow from all
either take out first line or it down since second line will overwrite the first; just my 2 cents winking smiley

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: [Help] HTTP 403 Forbidden Error
Posted by: gibbyg100 (157.190.103.---)
Date: July 02, 2009 11:48AM

I'm having the same problem(as the first poster) with the latest version(downloaded today). I didn't have the same problem with my previous installation. Followed the advice above and modified my config files to Allow All but got no joy.
I have cleared all my browser history and everything except the PHPMyAdmin appear to be working for me.

Options: ReplyQuote


Sorry, only registered users may post in this forum.