A voir également:
- Forcer www et https avec htaccess
- Forcer demarrage pc - Guide
- Forcer suppression fichier - Guide
- Forcer la reinitialisation pc - Guide
- Forcer à quitter windows - Guide
- Www-vosmms-com ✓ - Forum Mobile
1 réponse
Hi
jai trouvé la solution sur https://stackoverflow.com/questions/570148/forcing-ssl-www-subdomain-for-any-uri-entered-with-htaccess
Bon le voila:
"RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule ^ https://www.example.com%{REQUEST_URI} [R=301]"
jai trouvé la solution sur https://stackoverflow.com/questions/570148/forcing-ssl-www-subdomain-for-any-uri-entered-with-htaccess
Bon le voila:
"RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule ^ https://www.example.com%{REQUEST_URI} [R=301]"