symbolic link not allowed or link target not accessible

Status
Not open for further replies.

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
251
Hi.

I have the following error with symlinks:
symbolic link not allowed or link target not accessible

directory:
/home/user_looser/domains/domain1/public_html/img
link:
/home/user_looser/domains/domain2/public_html/img

Maybe someone know how to enable symlinks?
Permissions of directory and link are the same.

Regards
 
You don't say which OS distribution you run. Symlinks are enabled on all Linux distributions I know of; I'm not sure about FreeBSD.

This should work (root shell):
Code:
ln -s /home/user_looser/domains/domain1/public_html/img /home/user_looser/domains/domain2/public_html/img

Jeff
 
Symlinks work's but not with apache (error is from apache domain log).
Distribution: Debian.
 
[solved] Post a reply to the thread: symbolic link not allowed or link target not a

chown /home/user_looser/domains/domain2/public_html/img user_looser:user_looser solve the problem :]

Regards
 
[solved] Post a reply to the thread: symbolic link not allowed or link target not a

chown /home/user_looser/domains/domain2/public_html/img user_looser:user_looser solve the problem :]

Regards
Can you help me ?
this is my directory: /home/content/domains/makecontent.net/public_html/storage/app/images/
and link : /home/content/domains/makecontent.net/public_html/public/images/
How do i chown it ?
 
Status
Not open for further replies.
Back
Top