Found symbolic link, or owner of symbolic link and link target does not match for path [/home/user/public_html, access denied.

Solution:

add the following rule in apache domain virtualhost.

<Directory />
    Options FollowSymLinks
    AllowOverride All
</Directory>

Found symbolic link, or owner of symbolic link and link target does not match for path [/home/user/public_html, access denied.
Tagged on:

One thought on “Found symbolic link, or owner of symbolic link and link target does not match for path [/home/user/public_html, access denied.

Leave a Reply

Your email address will not be published. Required fields are marked *

Fork me on GitHub