Changes to .htaccess for multisite
-
Hello, I have WordPress Multisite installed so that I can run 2 different websites from the same hosting account. Let’s call them “site1.com” and “site2.com”
The problem is that any misspelled URL’s redirect the user to the index page of only one site. So assuming that “missing_page.html” doesn’t exist on my server, trying to access “site1.com/missing_page.html” redirects to “site1.com” (as intended) BUT trying to access “site2.com/missing_page.html” ALSO redirects to “site1.com”, when I want it to redirect to “site2.com”.
I understand that the .htaccess file should handle this kind of thing, but I’m really lost as to how. Can you offer any info on what I should be doing?
Thanks!
The topic ‘Changes to .htaccess for multisite’ is closed to new replies.