On multisite with Subdirectories not able to get https working on subsites
-
Hi,
I have created my multisite a while back and everything is working fine 🙂
Now I installed OpenSSL to get my site on https.
I corrected :
wp_options: options named “siteurl” and “home”
wp_site
wp_sitemeta: the option named “siteurl”
wp_blogs: any entries in the “domains” column that have the old domain name
wp_#_options: Each sub-site will have sets of tables that correspond to the blog_id in the wp_blogs table. You need to go to the wp_#_options table, where # corresponds to the blog_id, and update the “siteurl” and “home” settings in that table.And define( ‘DOMAIN_CURRENT_SITE’, ‘89.99.187.176’ );
When I go to https://89.99.187.176/civtbg , it says 404 Not found –
Not Found
The requested URL /civtbg was not found on this server.Apache/2.4.25 (Raspbian) Server at 89.99.187.176 Port 443
If I set it back to http then it works fine again.
Any ideas why I am not able to get it to work ?
Thanks
Best Regards
Torben
The page I need help with: [log in to see the link]
The topic ‘On multisite with Subdirectories not able to get https working on subsites’ is closed to new replies.