So, I’ve perused numerous blog posts and WP forum articles, and I am still not getting multisite to work on my site.
My site is hosted through BlueHost. My domain is through Google (which is GoDaddy). I’ve made sure all of my nameservers are pointing to BlueHost (NS1.BLUEHOST.COM
NS2.BLUEHOST.COM )
and that my A Records are pointing to the shared IP address I have on BlueHost as well.
In the BlueHost hosting cPanel, I set the subdomains to be *.mydomain.com and saved in /public_html/ and not /public_html/wildcard. I manually installed WP to the public_html folder and not a subfolder.
My .htaccess is as follows:
# 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
and my wp-config.php looks like:
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'mysite.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/* That's all, stop editing! Happy blogging. */
The multisite configuration and setup seems to work perfectly; however, every time I try to set up a new site and visit the dashboard or the live site of the new subdomain I get, “Webpage not available”.
What am I doing wrong??
]]>Basically I want to know if it is an easy process to change the domain where I have installed my WP multisite (subdomain). I would like to know if is something that would be easily done just changing the URL in the settings or if it involves going and changing database, doing backups, or doing other things.
I am very new to WordPress. I have signed up for a new host account today with bluehost and have registered a new domain, which is my primary domain (mirosoaresstudio.com). Then I have also transferred my old domain registration to bluehost (mirosoares.com), but it will take about 7 days to be done.
I have just installed my WP multisite on my primary domain (mirosoaresstudio.com). It works well. But I want actually to have it installed on the other domain (mirosoares.com). Should I just go on and change the domain later? Or delete this installation and install it in the domain when is has been transferred?
I would really appreciate your help.
Thank you guys.
I recently set a multisite wordpress, I have some troubles with the theme options, sometimes doesn’t display but it is ok, I can live with that.
My real problem is that both site use the same theme, this theme has a slider which perfectly works in one of my site but it doesn′t in the other site.
The URl is:
https://www.gessteel.com/ and the problem is in https://www.gessteel.com/pt/ if you go to the web you will see the problem easily.
Any idea?
I think there are something wrong with the script but not clue why works in one and not in the other one.
]]>https://tazzabe.us/bettyboop/
When I click on the sites dashboard from the network admin section I get:
This page can’t be displayed
?Make sure the web address https://tazzabe.us is correct.
?Look for the page with your search engine.
?Refresh the page in a few minutes.
I followed the instructions in the codex section and I feel like I did everything right, but obviously something went wrong! Please help!
]]>1. referred to cgi-bin at Index \
2. then a 403 error.
and then I cant access the sub-domain from WP either. I cant get to the dashboard.
I did post another problem earlier in which I asked how clean an installation has to be to start of over. Where is the innermost repository of sub-domains located, if not in mysql?
]]>