PhpMyAdmin question
Ryan Schmidt
ryandesign at macports.org
Fri Oct 28 02:14:07 PDT 2011
On Oct 28, 2011, at 03:59, Phil Dobbin wrote:
> On 27/10/11 at 01:01, ryandesign at macports.org (Ryan Schmidt) wrote:
>
>> Yes you do need to somehow get phpmyadmin into your web space. One way would be to create a symlink in your document root. For example if your document root is /opt/local/apache2/htdocs you could do:
>>
>> cd /opt/local/apache2/htdocs
>> ln -s /opt/local/www/phpmyadmin phpmyadmin
>>
>> Or, you could configure an apache Alias directive in your httpd.conf. It's up to you.
>
> Or I could even move the phpmyadmin directory into /htdocs to achieve the desired result?
Don't move the phpmyadmin directory, or anything else MacPorts installed, or MacPorts won't be able to uninstall or update it.
More information about the macports-users
mailing list