We get this question a lot and the truth is there is no 100% fool proof way unless you make your page in PHP and use something like Zend, SourceGuardian, or IonCube which costs money and can be very tricky. In most cases this is not realistic to do and not necessary. We recommend not…
htaccess
.htaccess info, tricks, and tips
htaccess Tips and Tricks (This is an older article and some options might not still be relevant) After many frustrating months of learning how to protect my website, I decided to help some other webmasters out as well. There’s really only one reason we need to worry about this stuff: People like to steal. Every…
301 and 302 redirect
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301” is interpreted as “moved permanently”….