[Resolved] 403 error - symlink - phpmyadmin

#1
Trying to connect to phpmyadmin via symlink to mydomain.com/phpmyadmin however i encounter a 403 error. I have looked around and done some research and to no avail so I thought I would post a thread.

the link links to phpmyadmin ( /usr/share/phpmyadmin )

Cheers,
Whey
 
Last edited by a moderator:

NiteWave

Administrator
#2
so you did
ln -s /usr/share/phpmyadmin mydomain.com/phpmyadmin
and encountered
"HTTP Error 403 Forbidden"

may need define a alias to avoid the error.
like

alias /phpmyadmin /usr/share/phpmyadmin

in your httpd.conf
 
#3
where is the httpd.conf for litespeed located? Tried to look for it but could not find it other than a couple templates in the lsws conf folder.
 
#5
ah so simple connection is fine after inserting the codex.

Sorry for not saying I was just using litespeed without cpanel. However we do have cpanel servers as well which we might transfer over in the near future, just testing it out on a single domain for now :) Thanks for the help!
 
Top