Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jarnovos

    (@jarnovos)

    Hi @miguelperez10,

    It looks like the last rule that you attached in your post does not include the requested URI path. I expect that you might have to make a slight modification to that rule to include the requested page(s) as well.

    An example would be modifying the last line of your rules, from:

    RewriteRule ^(.*)$ https://%{HTTP_HOST}/ [R=301,L]

    To:

    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    I’d always recommend making sure to save a back-up of the current .htaccess file, so you can always return to the ‘current/original’ state when necessary.

    Hope this helps! Kind regards, Jarno

    Thread Starter miguelperez10

    (@miguelperez10)

    Thank you so much,

    Now it works fine for me.

    Regards

    Plugin Support jarnovos

    (@jarnovos)

    Hi @miguelperez10,

    Thanks for confirming the solution, glad to hear that worked!

    Kind regards, Jarno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error redirect https’ is closed to new replies.