Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

redirection 301 htaccess nom de domaine

#Redirection vers le nom de domaine principal
<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{HTTPS} !=on [NC,OR]
        RewriteCond %{HTTP_HOST} !^www.domain1.com [NC]
        RewriteRule ^(.*) https://www.domain1.com/$1 [R=301,L]
</IfModule>
Source by www.digitalux.io #
 
PREVIOUS NEXT
Tagged: #redirection #htaccess #nom #de #domaine
ADD COMMENT
Topic
Name
2+2 =