LoginSignup
0
0

More than 5 years have passed since last update.

Symbolic link not allowed or link target not accessible

Last updated at Posted at 2016-08-09

error:

  • Create directory (image files) based on Symbolic link
  • Access the above image files, the server responded 403 Forbidden
  • error log: Symbolic link not allowed or link target not accessible

Check

  • Check Options +FollowSymLinks in http.conf
  • Check the owner of directory (image files)
  • Check whether Apache has no permission of directory (image files)

Resolutions

  • $ chown -R apache. ./image
  • $ find ./image -type d -exec chmod 750 {} \;
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0