Hello,<br><br>Can anyone tell me how to link a file from from my home directory to /var/www/html so it can be a acccessed remotley.<br><br>I used the following to link the file which worked fine.<br><br> # ln -s myfile /var/www/html/
<br> # ls -l /var/www/html<br> lrwxrwxrwx 1 root root 23 May 13.19 myfile.html -> /home/user/myfile.html<br><br>When going to my webserver <a href="http://myfile.html">http://myfile.html</a> does not open up I get a permisson problem how do I get round this?
<br><br>-----------------------------------------------------------------------------------------------------<br>Forbidden<br><br>You don't have permission to access myfile.html on this server<br>-----------------------------------------------------------------------------------------------------
<br><br>I did a lsattri but this did not show anything unusual and SELinux is off.<br>