New site not appearing & Can't access dashboard
-
Hey,
So I posted a topic similar to this a few months back – but decided to give up on Multi-Site/Domain mapping as it was delaying my website production. I now require it to work so I’m attempting it again.
I’ve created the multi-site function and am trying to get our main site https://www.luffit.com to link with our forum https://www.luffit.org. Instead of using luffit.org, I am testing multi site by using https://www.iluffit.com.
It is hosted by Godaddy, so I’ve edited the multi site to work with sub directories instead of sub domains (I read somewhere that Godaddy does’t work with subdomains_
Only problem is I seem to have run into the same issue I had previously. I’ve set up the https://www.iluffit.com as a parked domain on https://www.luffit.com. Changed it’s DNS settings to point toward the same server. But when I create the new site, it doesn’t show up as any of my sites on the dashboard.
It shows up as a list on the Sites page, but the domain fails to go to it’s own and instead goes to https://www.luffit.com. Similarly if I click the dashboard, it heads to the dashboard of https://www.luffit.com
I’ve been struggling with this issue for a while, and I’ve no idea how to correct it. I’m 99% sure I’ve followed all the suggested steps, so anyhelp would be amazing.
My htc.access
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
Wp.config:
/* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'luffit.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define( 'SUNRISE', 'on' );
- The topic ‘New site not appearing & Can't access dashboard’ is closed to new replies.