Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# .htaccess Snippets [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

[Français](https://github.com/phanan/htaccess/tree/master/Translations/French)
 • 
[Deutsche](https://github.com/phanan/htaccess/tree/master/Translations/German)
 • 
[Italiano](https://github.com/phanan/htaccess/tree/master/Translations/Italian)
 • 
[日本人](https://github.com/phanan/htaccess/tree/master/Translations/Japanese)
 • 
[Português Brasileiro](https://github.com/phanan/htaccess/tree/master/Translations/Portuguese-BR)
 • 
[Pусский](https://github.com/phanan/htaccess/tree/master/Translations/Russian)
 • 
[Cлова:](https://github.com/phanan/htaccess/tree/master/Translations/Slovak)

A collection of useful .htaccess snippets, all in one place.

**NOTE**: `.htaccess` files are for people that do not have rights to edit the main server configuration file. They are intrinsically slower and more complicated than using the main config. Please see the [howto in the httpd documentation](https://httpd.apache.org/docs/current/howto/htaccess.html) for further details.
Expand Down
Loading