Apache
.htaccess - Redirection HTTP et HTTPS avec ou sans WWW
Redirection HTTP vers HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https:/...
.htaccess - Modifier l'index des répertoires
DirectoryIndex index.php index.html maintenance.html
.htaccess - Protéger un répertoire par mot de passe
AuthName "Accès restreint" AuthType Basic AuthUserFile ".htpasswd" Require valid-user AuthUse...
.htaccess - Page d'erreur personnalisé
ErrorDocument 404 / erreur/404.html