View Single Post
  #1 (permalink)  
Old 12-31-03, 12:35 PM
epic1231 epic1231 is offline
Newbie Coder
 
Join Date: Sep 2003
Location: NJ
Posts: 80
Thanks: 0
Thanked 1 Time in 1 Post
php files in a cgi-bin directory

hey all is there a way to put non cgi files in a cgi-bin directory - i know this sounds stupid but this login/registration script i have only seems to protect files that are in cgi-bin/foldername/protectedfolder/ and the files i need to protect are actually a download database which is written in php.. Although i can't seem to call the files when i have them in the cgi-bin even with chmod the permissions to 755 and leaving them all at what they were upon upload..

Is this possible?

Thanks,
Bill
Reply With Quote