Bonjour,
Je viens de passer sur OVH et je n'arrive pas à gérer mes redirections correctement. A priori j'ai des redirection multiples.
Voici mon interface de redirections :
Et le code dans mon .htaccess :
# DO NOT REMOVE THIS LINE AND THE LINES BELOW SSL_REDIRECT:pixhell.fr
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} pixhell.fr$
RewriteRule (.) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE SSL_REDIRECT:pixhell.fr
Si quelqu'un peut m'aider !
Merci beaucoup !
