Perhaps not just a Wordpress issue but this is on a Wordpress site...
Without going into the reasons..
is it possible to redirect ONLY the home page and NOT other urls?
and to redirect to a sub-domain on the domain.
TorontoBoy
3:36 pm on Mar 13, 2019 (gmt 0)
Odd request. You could try creating a page, not a post, as a static home page, and do the redirect from there. Set your theme's front page to that static page. It seems possible.
Gemini23
3:42 pm on Mar 13, 2019 (gmt 0)
Thanks - not sure if a static front page can be to a sub-domain?
robzilla
3:44 pm on Mar 13, 2019 (gmt 0)
You probably have an .htaccess file in the root folder. You could add:
WordPress will only show where the Settings (Admin > Settings > General - to configure the location) tell it to show and though you can 'pretend' to be in a subdomain, it is all or nothing because it runs on the settings. The URLs are generated according to the settings. To have it show on the domains 'home page' you need to set it up that way and add the index.php file to the root directory.