PHPMyAdmin
Posted by: K2T (---.bb.sky.com)
Date: April 05, 2008 12:06AM

i can't open phpmyadmin in a browser - (you guys must be really sick of this by now)

I've tried other soloution to the problem and none of them have worked here the "phpmyadmin.conf" file

here's the contents


Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.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/phpmyadmin2.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>


Someone might be able to see the problem immediatly?? I have no idea what it is Sqlite works fine though.

Thank You!!
Cillian

Options: ReplyQuote
Re: PHPMyAdmin
Posted by: crhayes (---.cpe.mountaincable.net)
Date: April 05, 2008 06:32AM

I just solved this issue. Check in your apps folder if the phpmyadmin folder is named "phpymadmin2.11.5". If so, change the code above to:

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 Allow,Deny
Allow from all
</Directory>

and then restart the entire server. There must have been a mistake in the newest release.

Regards,
Chris

Options: ReplyQuote
Re: PHPMyAdmin
Posted by: K2T (---.bb.sky.com)
Date: April 05, 2008 12:57PM

cheers, this has been fixed. all working now winking smiley

Options: ReplyQuote


Sorry, only registered users may post in this forum.