Jump to content

PHP site security


rfeio

Recommended Posts

Hi!

 

I'm developing a small script to put on a web site on a UNIX server. I know that there are some pieces of software that are able to download an entire website into your local disk and therefore, I would like to know how can I prevent this from happening to my website? I'm not interested in having other people snooping around my php script.

 

Thanks!

 

 

Link to comment
https://forums.phpfreaks.com/topic/75120-php-site-security/
Share on other sites

Why would you want to? By downloading all of your website, all people get is the generated HTML code. They can't see any of your php code. Obviously there is the problem of bandwidth, but i don't suppose huge numbers of people will be doing this anyway. My advice: don't worry about it.

Link to comment
https://forums.phpfreaks.com/topic/75120-php-site-security/#findComment-379907
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.