Multisite install w/ Sub domains on a subdomain
Multisite install w/ Sub domains on a subdomain
Multisite install w/ Sub domains on a subdomain
The slug blog is reserved for the main/root site of a wp multisite setup. In short, I do not recommend trying to use it for something else – it only produces trouble. The slug is hardcoded in some places, so you would have to do some hacky fixes to get around that. Which isn’t a … Read more
How to create multisite roles with predefined themes
Make uploads live outside of the WP folder
How to split existing blog into WordPress Multisites without breaking links?
wpmu_new_blog is the hook you can build your function on. You will have to find a way to do this. Sharing a blog which does something else using the same hook when a sub site is created. Link to the blog
I didn’t understand how multisite is installed. Is it installed as a subdomain platform or is it installed on subdomain? If it is installed on subdomain then subdomain based multisite will not work (as far I know). If you want to make automatic subdomains creation you will have to install wordpress into /html_public folder, and … Read more
MU/Subdomains + Domain Mapping + SSL?
I know it’s a very old question, but I had the same issue and this was never resolved so I thought I’d post a solution. I found the answer in a different topic here on WPSE. You only have to use the filter add_signup_meta. function sb_add_signup_meta($meta) { // hardcoded value $meta[‘mykey’] = ‘My Value’; // … Read more
Tried all these: Default theme Renamed plugins folder Deleted .htaccess Restarted server Nothing worked but finally this command made it work: mysqlcheck -u db-username -p db-name –repair –databases