Hi!!
Im triying to create an Alias to make anydomain.com/phpmyadmin work to phpMyAdmin app.
Using IP is OK, so i know an Alias is needed.
Seems easy but is not working. Code i've test with several modifications, none work:
Alias /phpmyadmin /usr/local/apache/htdocs/phpMyAdmin
<Directory /usr/local/apache/htdocs/phpMyAdmin>
Options -Indexes
AllowOverride All
</Directory>
PHP error log show:
[Tue Nov 11 02:12:28 2014] [error] [client 1.111.111.1] SoftException in Application.cpp:221: File "/usr/local/apache/htdocs/phpMyAdmin/index.php" is not in document root of Vhost "/home/USER/public_html"
[Tue Nov 11 02:12:28 2014] [error] [client 1.111.111.1] Premature end of script headers: index.php
Is that related to mod_security? suPHP? Didn't digg to much over those two software so im totally nude vs it.
Suggestions? I've checkd that
http://www.howtoforge.com/forums/archive/index.php/t-53662.html but disable suPHP is not a proper solution.
This problem is present in all alias of apps's i guess, because it affects roundcube and phpmyadmin.
The other way seems to do a trick from .htacess, but im not sure about that way.
Help