SSL 404 Error with WordPress Multisite




Geniuswp show

Summary: 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? php wordpress security ssl multisite edited Nov 12, 2014 at 3:42 Marc Woodyard asked Nov 11, 2014 at 15:53 Marc WoodyardMarc Woodyard7388 bronze badges 2 Are you sure you configured the SSL cert properly?–rnevius Nov 11, 2014 at 15:56 Yeah. I followed the instructions exactly as they were written. My login page and admin dashboard all work fine over SSL, including my homepage. But any other page returns a 404 error.–Marc Woodyard Nov 11, 2014 at 18:51 Add a comment | 2 Answers Sorted by: Reset to default I finally fixed it after, what felt like a lifetime of editing virtual host files.DocumentRoot /Directory/of/Website/ Options FollowSymLinks AllowOverride All Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from allChange "none" in the "AllowOverride" lines to "all" in the Virtual Host config for port 443. Or whatever port you have SSL running on. answered Nov 14, 2014 at 21:52 Marc WoodyardMarc Woodyard7388 bronze badges Add a comment | -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) answered Nov 11, 2014 at 18:35 Renato ReisRenato Reis3133 bronze badges 3 This is what I'm trying to do stackoverflow.com/questions/1472902/…–Marc Woodyard Nov 11, 2014 at 20:28 So, is your SSL self-signed? See if it's pointing to the correct domain using wildcards...If you haven't seen it yet, here is a great path to follow step-by-step codex.wordpress.org/Administration_Over_SSL–Renato Reis Nov 12, 2014 at 10:41 My SSL cert is signed by StartCom. I'm also using CloudFlare Full SSL mode. support.cloudflare.com/hc/en-us/articles/…–Marc Woodyard Nov 12, 2014 at 15:30 Add a comment | Not the answer you're looking for? Browse other questions tagged php wordpress security ssl multisite or ask your own question. You are listening to the topic about "SSL 404 Error with WordPress Multisite", if you want to read the full article, please visit https://geniuswp.com or the link in the description.