Skip to main content

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