0

I have ~/public_html and few subdirectories with sites inside. But I have also ~/projects with all my projects (not only websites). I'm trying to link ~/projects/X with ~/public_html/X.

ln -s ~/projects/X ~/public_html/X

But I have error 403, access forbiden. Directory and files into it have rx rights. How should I do that?

ciembor
  • 7,189
  • 13
  • 59
  • 100

1 Answers1

0

You should enable "FollowSymLinks" option for your public_html folder.

Vadim
  • 5,154
  • 2
  • 20
  • 18