ctrlaltdeath
Forum Replies Created
-
Argh, of course. Sorry, I spaced out and didn’t think to do that first…that was definitely it. Thanks for replying!
Hey Arnan, I’m still seeing this issue with 3.8.6.4 on Chrome. I just tried it on a fresh WP install using the Twenty Twelve theme and I’m still getting nothing when clicking the “Select Banner” button. It works fine in IE and Firefox, though.
I can get by with using another browser in the meantime, but I figured you might like to know.
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installWell, looks like I missed the completely obvious. In my Apache vhost configuration for SSL, I had an incorrectly specified <Directory> directive. I had copied the directives over from the non-SSL vhost configuration so I thought the settings were identical, but I had completey forgotten that I had changed a directory name a while back, after I had copied the configuration info.
So…for anybody running into this, double- and triple-check your DocumentRoot and Directory directives – I thought mine were fine, but obviously didn’t look hard enough. ??
Ipstenu, thanks for taking a look at this for me!
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installThat’s right. I’ve also tried FORCE_SSL_LOGIN instead, with the same results.
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installCorrect.
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installHmm…so to test a little further and narrow it down, I’ve disabled the domain mapping plugin.
I’m still getting the 404 error when trying to browse to dev.main.domain.com/other/wp-admin over HTTPS, though plain HTTP works fine.
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installApache config pastebin per forum rules:
https://pastebin.com/bVkB40aUForum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installJust thinking, I went for the subdirectory approach because when I was initially trying to get things going, I had some issues getting subdomains to work properly. I think I’ve learned enough through this process to try it again, but I’m wondering – would subdomains be a better approach to give me what I’m trying to accomplish?
Forum: Networking WordPress
In reply to: 404 errors with wp-admin section on multisite installMy intention would be to use SSL for admin only. Looking further into the wp-config.php settings, I saw that I had FORCE_SSL_ADMIN set to true – really, I would be ok with just having SSL for logins, so I set it to FORCE_SSL_LOGIN instead, but I’m still having the same issues.