Redirection apache

Redigirer example.org vers www.example.org:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Liens

Stackoverflox → apache redirect from non www to www


Revision #1
Created 6 June 2020 12:29:18 by Lauris_Adm
Updated 6 June 2020 12:59:47 by Lauris_Adm