Bonjour,
voici mon .htaccess :
AddDefaultCharset UTF-8
AddType 'text/html; charset=UTF-8' .html .htm
AddType 'application/x-httpd-php; charset=UTF-8' .php .php3 .phtml
AddType 'application/xml; charset=UTF-8' .xml
- redirection vers https
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^http://monDomaine.fr/(.*)$ https://monDomaine.fr/$1 [L,R]
J'ai rajouté a l'instant la partie sur la redirection https, et manque de bol, ca ne marche pas...L'idée c'est de forcer l'utilisation de https (donc du port 443)
J'ai cru que ca marchait à un moment mais en fait ca ne marche pas maintenant
Ai-je fais une erreur dans mon .htaccess 