RE: [users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
was the issue. As it turns out, "account2" had HotLink Protection turned on, and the filters included the domain for account2 only, and not for account 1. I turned off HotLink Protection, and that solved it. Thanks again!

[users@httpd] Trouble using soft link when requesting image file

2018-02-20 Thread John Cardinal
Environment: WHM v68.0.29 Apache/2.4.29 CENTOS 7.4 I am trying to configure Apache to follow a symbolic link from one account's public_html folder to another account's public_html folder. So, if Account1 has a soft link "slink": ~account1/public_html/slink -> ~account2/public_html Given the abov