I have program running on my linux server. It updates a textfile in the root folder with various infomation. How can I access this from my website. The website is running on the same server. Is there a way to create a textfile in the website folder and clone it with the one in my root folder? I have tried creating a symlink (ls -s) but when I try accessing it via the website. It gives me permission denied error. I have changed all the relvent file permisions to 777. Still doesn't work.
Any Ideas would be great