Welcome To Snipplr


Everyone's Recent Apache Snippets



This conent points the user to a certain file or directory based on his language settings
0 478 posted 13 years ago by steho
2 657 posted 13 years ago by steho
# minimize image flicker in IE6
0 535 posted 13 years ago by steho
## If visitor calls directory only, i.e. /en/ ## he will be forwarded to the index.php in this folder ## as directory listing is deactivated
0 647 posted 13 years ago by steho
Changes domainname.tld into www.domainname.tld
1 599 posted 13 years ago by steho
Protects htaccess file to be read
0 562 posted 13 years ago by steho
This code will redirect all requests to a maintenance page
0 542 posted 13 years ago by IvoTrompert
0 552 posted 13 years ago by batfan
I borrowed the script from the Dreamhost-wiki and did a minor change towards any folder.
0 500 posted 13 years ago by koko
0 502 posted 13 years ago by stuntsnippets
This is good for ensuring your domain is always either accessed with or without the www, which is important for SEO. It is also good if you have multiple domains that should resolve to the same site, and can redirect all requests to the main domain.
2 612 posted 13 years ago by beneberle
1 511 posted 13 years ago by jmacgr
block evil incarnate query strings
0 507 posted 13 years ago by j4kp07
Currently, multisite is easiest to setup under the following conditions: 1) WordPress for main site installed in the root directory 2) Each additional network site is created in its own subdirectory
0 546 posted 13 years ago by j4kp07
1 540 posted 13 years ago by bluematt
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 710 posted 13 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 595 posted 13 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 746 posted 13 years ago by josephknight