Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

multisite non www gets redirected to main site

$
0
0

Replies: 0

I am using wordpress v5.2.1.

I have setup wordpress multi site:

main site – http://www.site1.com
second site – http://www.site2.com

Scenario 1 – When I go to http://www.site2.com, it loads second site correctly.

Scenario 2 – But when I go to site.com (without the www) it redirect me to main site http://www.site1.com

How do i FIX this issue ?

Please advise. Many Thanks.

UPDATE:
Fixed with adding

RewriteCond %{HTTP_HOST} ^site2.com [NC]
RewriteRule ^(.*)$ http://www.site2.com/$1 [L,R=301]

To top of .htaacsess

  • This topic was modified 34 minutes ago by maxdamage00.

Viewing all articles
Browse latest Browse all 59525

Trending Articles