I have this log.html file that contains the logs from my chatbox
I was conceed because anyone can see the contents of log.html in
www.example.com/log.html
after seeking help, I was able to hide the log.html file by wrting this in .htaccess
order deny,allow deny from all
But there was a new problem,
chatbox now doesn't display the contents automatically...
unless I refresh the page..
Umm... What should I do?
Thanks in advance.
