in reply to Re: New to CGI, but having problems
in thread New to CGI, but having problems

i change it using CHMOD commands on my FTP programs, it allows me to normally change persmission of script files, but the HTML file .. well it changes it, then after a while it goes back to normal!
  • Comment on Re: Re: New to CGI, but having problems

Replies are listed 'Best First'.
Re: Re: Re: New to CGI, but having problems
by Molt (Chaplain) on Apr 26, 2002 at 13:13 UTC

    If it goes back to normal after a while, without you changing it either intentionally or accidentally, implies that the server admin is running something to stop people having world-writable files. Odd, but I can see the use for either security, or people asking "Why can't I see my .html files in my browser?" when the file's not world-readavle.

    Just as an experiment try and set the permissions to something more restrictive, such as 000. You won't be able to view the file anymore with a browser, but you can see if there is something odd with .html files.