• Resolved ac1643

    (@ac1643)


    Hi, I need to add some code into htaccess to redirect http to https. Should this be added above or below the NF code (currently at the top of the file), or doesn’t it matter?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I put mine right at the bottom, after the WordPress BEGIN >>> END rewrite rules.

    • This reply was modified 9 years, 1 month ago by barnez.
    Plugin Author nintechnet

    (@nintechnet)

    If you don’t want the .htaccess directives to be parsed, then put the redirection code at the top of the file, otherwise, below the directive(s) you want to be parsed.

    Thread Starter ac1643

    (@ac1643)

    ok thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Position of redirect code for https’ is closed to new replies.