Welcome To Snipplr


Everyone's Recent Apache Snippets Tagged security



« Prev 1 Next »
also requires an .htpasswd file to be created in a secure directory
0 1020 posted 14 years ago by ropehead
0 1044 posted 14 years ago by neoandroid
0 1021 posted 14 years ago by neoandroid
0 1164 posted 14 years ago by neoandroid
Placing this in a .htaccess file in a sub folder you disable password security for this folder.
2 1113 posted 14 years ago by arnekolja
Replace "mysite" with your own and this will block access to sites attempting to link to your images. Note, it's not necessarily always a bad thing for people to link to your images. If you run a blog, portfolio, or sales gallery, etc, you may actual...
2 1142 posted 14 years ago by josephknight
The problem As a WordPress user, you probably know how important the wp-config.php file is. This file contains all of the information required to access your precious database: username, password, server name and so on. Protecting the wp-config.php...
0 1046 posted 14 years ago by josephknight
The problem Protecting dynamic websites is especially important. Most developers always protect their GET and POST requests, but sometimes this is not enough. We should also protect our blog against script injections and any attempt to modify the PH...
3 1206 posted 14 years ago by josephknight
In addition to the recommendations on the Wordpress Website. Limit the amount of PHP files that a writable by Apache. The directory's and files that need to be writable, do not always need to be executed by PHP directly. This makes it a bit har...
1 912 posted 15 years ago by occam
This is good to add to folders which are chmod to 777.
1 1015 posted 17 years ago by luizlopes
4 1051 posted 17 years ago by iTony
« Prev 1 Next »