Domain mapping in multisite without any plugin | 403 Error. Forbidden.
-
Hello,
I have WordPress multisite installed on my primary domain xyz.com and I created subdomain as ‘https://xyz.com/cutestuff’. I bought another domain from Hostgator named cutestuff.in and now I want to map my domain cutestuff.in to my WordPress subsite ‘https://xyz.com/cutestuff’ so that whenever someone visits cutestuff.in, they see the content from ‘https://xyz.com/cutestuff’ and the address bar should also say cutestuff.in.
I followed a few articles and did the following:
1) Added cutestuff.in as ‘Addon Domain’ on Hostgator.
2) As cutestuff.in is bought from Hostgator and my hosting server is also from Hostgator so the DNS Name Servers are already pointing to Hostgator’s server.
3) I edited my subsite and changed ‘Site Address (URL)’ from https://xyz.com/cutestuff to cutestuff.in.
4) I also added the below line to my ‘/public_html/wp-config.php’ file:
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’]);And I am receiving the following error:
It appears you don’t have permission to access this page.403 Error. Forbidden.It would be of great help if anyone can point out where am I going wrong. Do I need to add ‘A’ record or ‘CAA’ record or something? Or Do I need to install SSL certificate on cutestuff.in separately?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Domain mapping in multisite without any plugin | 403 Error. Forbidden.’ is closed to new replies.