-
AuthorPosts
-
August 11, 2015 at 4:54 pm #486067
Hi,
I’m having an issue after enforcing our SSL certificate with redirecting the parent pages and child. Please see some of the links provided. They should be redirected to the https url but I noticed the parent pages keep redirecting to the index.
My htaccess is:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Options -Indexes # BEGIN W3TC Browser Cache
It seems like the Yoast redirect feature is screwing things up. The old urls still get redirected to http hence, redirecting to the index / homepage.
- This topic was modified 9 years, 3 months ago by avwebmaster.
August 12, 2015 at 4:56 am #486296Hey avwebmaster!
Thank you for using Enfold.
Please use this plugin to force url to load over https: https://wordpress.org/plugins/wordpress-https/
Cheers!
IsmaelAugust 12, 2015 at 2:56 pm #486593Hi,
We modified the config file in Apache
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.website.com/$1 [R,L]
Still getting redirect errors / page not loading. Should we change the port to 443?
I also changed all instances in the db to point to https. Is this causing the issue or the port should be changed to 443? Please advise. Thank you.August 12, 2015 at 3:43 pm #486633- I switched all urls in the db to http
- Changed the site and url name to https in WP Settings
- Restarted Apache using the same redirect rule above
- Installed https://wordpress.org/plugins/wordpress-https/installation/
What else am I missing?
- This reply was modified 9 years, 3 months ago by avwebmaster.
August 13, 2015 at 2:12 pm #487197Hey!
does it happen when you deactivate all plugins (including Yoast) as well?
Try out this plugin as well: http://de.wordpress.org/plugins/wp-force-https/I would ask Yoast support if you think there is a conflict with their plugin.
Regards,
AndyAugust 13, 2015 at 3:38 pm #487253Hi,
Our Apache log had the following messages hence dropping the https site.
1) Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting
2) (OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.Have you experienced this issue?
August 14, 2015 at 8:25 pm #487937Hi!
no, not at all. Does it happen when you deactivate all plugins (including Yoast) as well?
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.