• Hi,
    I’ve used your plugin before. I keep getting this error

    You can only redirect from a relative URL (/maps/d/u/0/viewer) on this domain (mydomain.org).

    what does it mean? How do I take a long Google My Maps URL and make a new link like this:

    mydomain.org/map

    thank you!!!

Viewing 1 replies (of 1 total)
  • Your request is incomplete. Please provide a full URL but replace private data with random text.

    For your specific request, try:
    Source: ^.*\/maps\/d\/u\/0\/viewer$
    Target: /map

    That does exactly what you’ve asked. But if you want what comes after /viewer/ to follow /map/ …
    Source ^(.*\/maps\/d\/u\/0\/viewer\/)(.*)$
    Target: /map/$2

    Any help?

Viewing 1 replies (of 1 total)

The topic ‘what do relative URL errors mean?’ is closed to new replies.