Multisite domain mapping redirect to root domain problem
-
I’ve got a WP running in domain.com (for hosting multisite WP) which is running fine (domain.com/blog1 working, domain.com/blog2 working etc).
After getting the multisite to work I installed the domain mapping plugin and set a domain there for blog1.com. In Apache virtualhost I’ve set the blog1.com to point to the same directory as domain.com.
Now, when trying to open blog1.com with browser it always redirects me to domain.com root.
If I’ve understood correctly, the domain mapping plugin is supposed to show domain.com/blog1 contents but having the URL field in the browser to stay as blog1.com like blog1.com/about = domain.com/blog1/about, right?
What could cause this redirect? It’s not setup in virtualhost and I haven’t modified WP’s .htaccess file.
EDIT: I have to map blog2.com to this multisite installation too and probably many others in the future.
The topic ‘Multisite domain mapping redirect to root domain problem’ is closed to new replies.