Welcome To Snipplr


Everyone's Recent Snippets Tagged htaccess



1 ... 4 5 6 7 8 9
This code will redirect all requests to a maintenance page
0 1035 posted 15 years ago by IvoTrompert
1 1037 posted 15 years ago by terrencewood
0 1046 posted 15 years ago by batfan
I borrowed the script from the Dreamhost-wiki and did a minor change towards any folder.
0 1042 posted 15 years ago by koko
0 992 posted 15 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 1367 posted 15 years ago by beneberle
1 1075 posted 15 years ago by jmacgr
block evil incarnate query strings
0 1010 posted 15 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 1136 posted 15 years ago by j4kp07
1 1065 posted 15 years ago by bluematt
Apache can be used to ban undesirable people and bots from your website. With this code, we’re telling Apache that everyone is allowed to visit our blog except the person with the IP addresses
1 1238 posted 15 years ago by mariusscheel
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 1620 posted 15 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 1284 posted 15 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 1670 posted 15 years ago by josephknight
0 1000 posted 15 years ago by jeromegamez
1 1268 posted 15 years ago by blpgirl
0 1006 posted 15 years ago by blpgirl
script will now be treated as a PHP file. Similarly, x-httpd-cgi for CGI files, etc.
2 1051 posted 15 years ago by blpgirl
Add and remove www to urls through .htaccess with mod_rewrite
1 1499 posted 15 years ago by ginoplusio
Redirects all calls to mp3 files to a proxy (usefull fr example to track stats on db) the +FollowSymlinks should be already setted, but if it isnt' this setting with use it. FollowSymlinks must be on to use the rewrite engine.
0 2898 posted 15 years ago by ginoplusio
0 1213 posted 15 years ago by vigoncas
Removes trailing slashes from URLs, forces all urls to index.php
0 1068 posted 15 years ago by mattkenefick
1 ... 4 5 6 7 8 9