Hello everyone, I have an issue with an wordpress multisite (using subsites) where the site redirects always redirects to the home page if I don’t use www. before hand.
Hi WebMachine, yes, thanks for the resource but I’m stil stuck at this point…I have tried the codes shared in that thread but site still redirects to the homepage. Currently my htaccess looks like this, what I’m missing?
RewriteEngine on RewriteCond %{HTTP_HOST} !^www.your_domain.com$ RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]