Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    #486296

    Hey avwebmaster!

    Thank you for using Enfold.

    Please use this plugin to force url to load over https: https://wordpress.org/plugins/wordpress-https/

    Cheers!
    Ismael

    #486593

    Hi,

    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.

    #486633

    What else am I missing?

    • This reply was modified 9 years, 3 months ago by avwebmaster.
    #487197

    Hey!

    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,
    Andy

    #487253

    Hi,

    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?

    #487937

    Hi!

    no, not at all. Does it happen when you deactivate all plugins (including Yoast) as well?

    Cheers!
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.