Conversation
supporthi, i have issue with redirection that the plugin redirects me to wrong URL. the permalink is “/%post_id%” without slash at the end. AMP URL Format is “End Point” //yoursite.com/post/amp/ when i open link “mysite.com/1114/amp” it redirects to “mysite.com/111amp/4” i fix this by disable line 88 in this path “/amp-wp/includes/class-amp-wp-redirect-router.php” like below : //$this->request_url = str_replace( amp_wp_get_wp_installation_slug(), ”, $req_uri ); i hope you fix it in the next update.
No comments were stored for this source.