Domain mapping of Frontend only
-
We have an issue where we only have one SSL certificate and need to protect the login page of all the subsites in our network. The network is set up as subdirectories but we are mapping the subsites as subdomains using the built in domain mapping. For example:
https://www.site.com/subsite1 has subsite1.site.com as the site URL
I want users on the frontend to always see subsite1.site.com/* in the browser but I want the admin side to be https://www.site.com/subsite1/wp-admin
Is that possible?
If not is it possible to to have subsite1.site.com/* redirect to https://www.site.com/subsite1/*?
I have tried multiple rewrite rules and conditions in my htaccess file but nothing is working. Maybe I’m putting them in the wrong place. any help would be greatly appreciated.
- The topic ‘Domain mapping of Frontend only’ is closed to new replies.