私はそのようなシンボリックリンクを持っています:
/home/site1/public_html/site2
これにより、site2_symlinkは次のように設定されました。
ln -s /home/site2/public_html/ site2
そして私は私のVirtual Hostsエントリでオンになっているシンボリックリンクをたどっています:
<Directory / >
Options FollowSymLinks
AllowOverride None
</Directory>
しかし私は404を取得し、Apacheのerror_logは言う:
File does not exist: /home/public_html/site2
編集シンボリックリンク名を変更しますが、結果に違いはありません