Hello,
I have searched the issues, but I cannot seem to find this problem addressed.
I have used Rules to activate a redirect on page view. I have redirected the existing url to the author's profile's URL using the token [user:account-url].
However, my final redirected URL has two slashes: example.com<strong>//</strong>user/author-name
This works, but is there any way to fix this?
Comments
Comment #1
haopei commentedOops, the final url above is supposed to be:
example.com//user/author-name (without the strong tags; I forgot that I cannot enter tags withing code tags)
:)
Comment #2
haopei commentedComment #3
haopei commentedComment #4
haopei commented*bump*
Comment #5
mitchell commentedClosing old issues. Reopen of need be.
Comment #6
seanrThis is still a problem. Doesn't break anything for me at least, but it's really ugly and annoying. Took a quick look, but I can't find where in the code this action is even provided. :-/
Comment #7
tr commentedCan't reproduce this with current D7 Rules. No user: tokens available in the path redirect action, use [site:login-url] instead.