.Htaccess :: HTTPS to HTTP :: Redirect Entire Site ? .htaccess 301 redirect HTTPS to HTTP

by 1 replies
2

#website design #301 #entire #htaccess #http #https #redirect #site
  • Hi,

    Here's how I used to do a 301 from an old domain to a new one, it may help you sort your problem out although this is a slightly different case:

    Code:
    RewriteCond %{HTTP_HOST} ^hasta-luego.net [NC]
    RewriteRule ^(.*)$ http://www.site-professionnel-discount.fr/$1 [L,R=301]
    Seb.

Next Topics on Trending Feed