Apache: Redirections

De Wiki.

Aller à : Navigation, rechercher
(Page redirigée vers Apache HTTPd)
 
Ligne 1 : Ligne 1 :
-
=== Rediriger tout en HTTPS, sur la racine ===
+
#REDIRECT [[Apache HTTPd]]
-
 
+
-
Exemple: http://monsite.com/toto -> '''https'''://monsite.com/
+
-
<syntaxhighlight lang='apache'>
+
-
RedirectMatch permanent / https://monsite/
+
-
</syntaxhighlight>
+
-
 
+
-
=== Rediriger tout en HTTPS, sauf une URL ===
+
-
<syntaxhighlight lang='apache'>
+
-
RedirectMatch permanent ^/(?!server-status) https://monsite/
+
-
</syntaxhighlight>
+
-
 
+
-
=== Rediriger tout sur un autre site, en conservant les URIs ===
+
-
Exemple: http://monsite.com/toto -> http://'''monautresite.com'''/toto
+
-
<syntaxhighlight lang='apache'>
+
-
RedirectMatch permanent (.*) http://monautresite.com/$1
+
-
</syntaxhighlight>
+
-
 
+
-
[[Catégorie:Apache]]
+

Version actuelle en date du 27 septembre 2011 à 12:09

Outils personnels
Espaces de noms
Variantes
Actions
Navigation
Liens
Boîte à outils