HI all I have a question regarding file permissions.
I have created a log file lets say "logfile.log" which traps certain errors, now in order for it to be writable i set its permissions to 777. But when i do this, it then is accessible to anyone to read via their browser.
how would i go about solving this issue?
thanks