I just installed SSL on my DigitalOcean droplet, but when I try to view my pages over SSL, it returns a 404 error page. Viewing over normal http works just fine though. Any advice?
SSL 404 Error with WordPress Multisite
580 Views Asked by Marc Woodyard At
2
There are 2 best solutions below
1

How are you linking subsites together?
For SSL to work, you MUST have it signed to *.domain.com (this way you will get www.domain.com and also subsite.domain.com), and into your WPMU configs, you should use subdomain as routes.
Be extremely carefull when installing SSL, because I've seen many people losing it for configuring it directly with some subdomain.domain (like www)
I finally fixed it after, what felt like a lifetime of editing virtual host files.
Change "none" in the "AllowOverride" lines to "all" in the Virtual Host config for port 443. Or whatever port you have SSL running on.