Question regarding wild card
-
lets say I have a redirect like this:
/page1/
When I put a link on facebook, facebook will add /fbclid=/ to the end of the URL
so when someone goes on site it goes to a link that looks similar to this:
/page1/fbclid=/
This would cause the website to throw a page could not be found error… Annoying but not your fault I know.So in the redirect i activated regex and put a wild card on the redirect like this:
/page1/*Is this the proper way to do it? Also when viewing all the redirects I have after activating regex it disables me clicking on the link or copying the link location easily with right click. What can I do about that? Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Question regarding wild card’ is closed to new replies.