404 On every mapping
-
Hi!
I setup correctly the plugin following the install instructions.
I have a main domain: https://joinso.cat
and now I buy a setup a new domain: https://joinso.cloudI want that https://joinso.cloud points to a landing page in the main domain: https://joinso.cat/cloud
The domains are working properly:
https://joinso.cat/test.txt
https://joinso.cloud/test.txtAlso I defined this in wp_config.php to work properly when using the two domains:
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_URL’,’https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘SITECOOKIEPATH’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
Also SSL certificate are loading properly.
This is my mapping setup:
https://joinso.cloud –> https://joinso.cat/cloud
When I try to load https://joinso.cloud, redirects to https://joinso.cloud/cloud and I get a 404 error.
So, I am missing something?
Also, If i can get this working I want that https://joinso.cloud loads the content of https://joinso.cat/cloud but without change the url https://joinso.cloud in browser.
Thanks in advance!The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.