Welcome To Snipplr
Everyone's Recent Apache Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
script will now be treated as a PHP file. Similarly, x-httpd-cgi for CGI files, etc.
2
768
posted 14 years ago by blpgirl
Removes trailing slashes from URLs, forces all urls to index.php
0
766
posted 14 years ago by mattkenefick
Use this rewrite rule to enable permalinks on a host. Used when Wordpress doesn't write the conditions correctly (like on a host I am testing with).
0
908
posted 15 years ago by jink
Before taking a site "live", I password protect it except the robots.txt for search engines and custom Error pages. You can adapt this to your own use and add other pages in the FilesMatch directive.
0
806
posted 15 years ago by abbey
To force the user to download certain filetypes in the current directory.
0
1118
posted 15 years ago by darylclaudio
http://pcextreme.nl is one of the Best hosters for Drupal in Netherlands.
But they require one change to the .htaccess in order to run.
0
742
posted 15 years ago by berkes
If you want to force someone to download a file instead of opening it in their browser, use this code.
1
1312
posted 15 years ago by jrobinsonc
Esto setea todas las opciones menos *Indexes* que es la que permite que los ficheros y directorios sean mostrados cuando no hay un *index.html* en un directorio.
0
701
posted 15 years ago by jrobinsonc
Redirect to a subfolder (blog) in a search engine friendly way using .htaccess. Change “YourDomain.com†to your domain name.
1
1041
posted 15 years ago by math89
Instructions for enabling multiple virtual hosts on Mac OSX. Based on default Apple Apache install. If you don't want to be manually changing these files, checkout the very slick GUI application - VirtualHostX (http://clickontyler.com/virtualhostx/)
3
992
posted 15 years ago by benjaminpearson