Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @renanbessa

    Thank you for the support topic, I am not sure why it’s redirecting to non-AMP pages. it may be Cloudflare or your redirection rule.

    If you do not want to add AMP-To-AMP linking I will recommend using amp_to_amp_linking_enabled filter, add the below code in your active themes functions.php

    add_action( 'amp_to_amp_linking_enabled', '__return_false' );

    Thread Starter renanbessa

    (@renanbessa)

    @milindmore22 , Perfect support. It was exactly what I was looking for. Thank you very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘302 redirect of urls that do not have the ?amp structure, but that have the ?amp’ is closed to new replies.