I'm trying to fix my friend's website.
For example, her post url (this is a fake url) is http://hersite.com/herpost
However, when someone adds a comment it takes people to the http://hersite.com/herpost//comment-page-1#comment-0000
There's 2 slashes before comment-page, and it shows a 404 error instead of the post with the new comment, when only one / is needed.
Which file is responsible for the address after adding a comment? Does anyone know how to fix this?