Ubuntu and Nginx – SSL Works but only homepage loads
-
Looks like there something up with the permalinks… Basically, if I switch my permalinks to Plain things work … As soon as I switch it to Post Name things break….
I was following this: https://codex.www.ads-software.com/Administration_Over_SSL which noted the wp-config.php items.
I ensured that I:
- switched both WordPress Address (URL) and Site Address (URL) are https
- set
define('FORCE_SSL_ADMIN', true);
in wp-config.php - set
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
in wp-config.php
My domain is: fiwebelize.com
My operating system is: Ubuntu 16.04.2 LTS
My web server is: nginx version: nginx/1.10.3 (Ubuntu)
I host on my own serverNot sure what else will be needed but let me know and I will be more than happy to provide whatever info is needed.
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Ubuntu and Nginx – SSL Works but only homepage loads’ is closed to new replies.