Hello,
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.
I used the following to link the file which worked fine.
# ln -s myfile /var/www/html/
# ls -l /var/www/html
lrwxrwxrwx 1 root root 23 May 13.19 myfile.html -> /home/user/myfile.html
When going to my webserver http://myfile.html does not open up I get a permisson problem how do I get round this?
-----------------------------------------------------------------------------------------------------
Forbidden
You don't have permission to access myfile.html on this server
-----------------------------------------------------------------------------------------------------
I did a lsattri but this did not show anything unusual and SELinux is off.