WordPress install in addon domain
-
This is the first addon domain I’ve ever worked on, and I’ve got some questions.
Background: I have a primary domain at Hostgator.com. It is: primarydomain.com.
There is a WordPress install in primary.com. It works just fine.
I created an addon domain called addon.com. The document root is /public_html/addondomain.com
Hostgator creates a subdomain when you create an addon domain. It is: primarydomain.com/addondomain/ and that is where I installed a WordPress site.
It worked just fine while developing it. I could see the site at addondomain.primarydomain.com/ and primarydomain.com/addondomain.com/ and when I needed to log in to the Dashboard, I did it at addon.primary.com/wp-login.php.
When it was time to bring it live, I changed the General Settings to:
WordPress Address (URL): https://addon.primary.com
Site Address (URL): https://addondomain.comWhen we pointed the domain name at the correct IP address, the site resolved just fine with a few small errors. Some social icon plugin graphics, for example aren’t loading. The arrows in a slideshow aren’t working… Little things like that.
More pressing is the internal workings, which aren’t exactly right.
For example, the gray “logged in” information bar at the top is not visible, and neither are the “edit” links that logged in users usually can see.
And when I try to preview a post/page, I get this message: “You do not have permission to preview drafts.” So apparently my preview function isn’t working.
Perhaps I’ve installed the site incorrectly or I need to make some adjustments, but in what way? And what else should I be looking for to fix?
If anybody has a list of best practices when setting up WordPress installs in addon domains and would like to share, I would appreciate it. Thank you!
- The topic ‘WordPress install in addon domain’ is closed to new replies.