Welcome To Snipplr


Everyone's Recent Apache Snippets Tagged htaccess



Redirects visitors of a webpage to a specific URL while allowing access for specified IP-addresses.
3 1179 posted 15 years ago by dertimbo
1 1210 posted 16 years ago by chrisdpratt
Needed to retire a staging domain, so I'm redirected all traffic to the equivalent page in the root directory in the .htaccess file
1 1169 posted 16 years ago by canarymason
These tweaks improved my Yslow score from F to B.
1 1174 posted 16 years ago by zachharkey
3 1282 posted 16 years ago by sveggiani
1 990 posted 16 years ago by dennyhalim
2 992 posted 16 years ago by dennyhalim
long htaccess expired header for all files except for server side scripts
2 1435 posted 16 years ago by dennyhalim
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
2 1216 posted 16 years ago by caruso_g
In MODx, insert below: # The Friendly URLs part RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
2 1156 posted 16 years ago by hotdiggity
A more generic and portable snippet
4 1295 posted 16 years ago by dertimbo
My [original post](http://drupal.org/node/84895) languished for years before someone pointed out a possible solution [here](http://drupal.org/node/53705). The following user-submitted code may be useful in redirecting URLs for the /files directory...
0 1105 posted 16 years ago by zachharkey
This is a little trick I've used a few times to emulate Folders on a site and drop the extensions. In this example I'm using a PHP site but could easily be ported for other file types. One caveat to look out for is files will not always want to be ca...
1 908 posted 16 years ago by jackkeller
Increases the memory limit of php and html files.
4 1772 posted 16 years ago by zachharkey
3 1418 posted 16 years ago by erik
SESSIONNAME = Name of your session cookie; example.com = Domainname of your site
1 985 posted 16 years ago by HeWo42
This is a replacement for the default PHP settings in Drupal's .htaccess file. Increasing the memory_limit, max_post_size etc. prevents a lot of errors, especially when using image modules.
0 1152 posted 16 years ago by zachharkey
Please, be careful with trailing slash rewrite as post requests without a trailing slash will be ignored. Be sure to test if you plan on using that one. Not compatible with Drupal.
0 1080 posted 16 years ago by troynt
canonical redirect at .htaccess
0 2294 posted 16 years ago by kossmoss
Le hotlinking d'image consiste selon wikipédia : "à utiliser l'adresse d'un fichier publié sur un site web, le plus souvent une image, pour l'afficher sur un autre site, sur un blog, dans un forum, etc. En d'autres termes, au lieu d'enregistrer l'...
0 899 posted 16 years ago by sebus
1 1033 posted 16 years ago by endorfin
This is good to add to folders which are chmod to 777.
1 1215 posted 17 years ago by luizlopes
3 1378 posted 17 years ago by johnloy
1 1019 posted 17 years ago by bpj1966