View Single Post
  #2   (View Single Post)  
Old 16th December 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

You've posted no details of your environment or configuration. So I'll take a wild guess. If my wild guess is wrong ... it's your fault.

----

ports/www/myphpadmin/pkg/MESSAGE states (highlight mine):
Quote:
The phpMyAdmin has been installed into ${INSTDIR}

You should point this to the DocumentRoot of your web-server:
# ln -s ../phpMyAdmin /var/www/htdocs/phpMyAdmin
(make sure you use a relative symlink since Apache is chrooted)

You can ensure you have a working install by accessing:
http://<localhost>/phpMyAdmin/index.php
Reply With Quote