Quote:
Originally Posted by final kaoss
Here you go.
Code:
### BEGIN CLOUDFLARE REWRITE (domainB.com to www.domainB)
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
### END CLOUDFLARE REWRITE ###################
|
Hi, why identifying it as specifically redirect everything on port 80 to the http URL?