Title: url change after submitting
Last modified: August 21, 2016

---

# url change after submitting

 *  Resolved [yesbutno](https://wordpress.org/support/users/yesbutno/)
 * (@yesbutno)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/url-after-submitting/)
 * Hello !
    After comment sending, the url change : …[http://Mysite/PostName/#comment-27](http://Mysite/PostName/#comment-27).
   Do you know how to remove that, because if I refresh the page, I’ll move to this
   url. I’ve try to put this php code in the function.php file:
 *     ```
       add_filter('comment_post_redirect', 'redirect_after_comment');
        function redirect_after_comment($location)
         {
          return $_SERVER["HTTP_REFERER"];
         }
       ```
   
 * ,but troubleshouting appear after submit (#respond are reapeat, etc).
    Can I 
   merge this code with your, or parameter that somewere? thanks for your help ybp
 * [http://wordpress.org/plugins/wp-ajaxify-comments/](http://wordpress.org/plugins/wp-ajaxify-comments/)

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

 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/url-after-submitting/#post-4552348)
 * Have you tried to enable the setting “Disable URL update”?
 *  Thread Starter [yesbutno](https://wordpress.org/support/users/yesbutno/)
 * (@yesbutno)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/url-after-submitting/#post-4552349)
 * Oup’s.. sorry, really.
    Thank you

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

The topic ‘url change after submitting’ is closed to new replies.

 * ![](https://ps.w.org/wp-ajaxify-comments/assets/icon-256x256.png?rev=2962290)
 * [Ajaxify Comments - Ajax and Lazy Loading Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajaxify-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajaxify-comments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [yesbutno](https://wordpress.org/support/users/yesbutno/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/url-after-submitting/#post-4552349)
 * Status: resolved