• Resolved arga7

    (@arga7)


    I change my site use new domain
    but url short still use old domain
    I check on setting [Links >> Edit Link]
    the Target URL still use old domain

    so how to change this problem?
    any suggestion?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike L

    (@mikeatkaizencoders)

    Hi,

    Thanks for reaching out to us.

    Target URL is something you set while the plugin generates short URL for your target URL.

    If you change the domain of the Target URL, you need to change it into URL Shortify too.

    Did I understand you correctly?

    Thread Starter arga7

    (@arga7)

    look this
    https://prnt.sc/x89_YlgdwCpW
    “Target URL” still use old domain

    old domain change to new domain
    I want “Target URL” will be change to new domain too

    Thread Starter arga7

    (@arga7)

    example:

    old domain = aaa.com
    url shortener = aaa.com/1234
    Target URL = aaa.com/longurl-longurl

    I change new domain

    new domain = bbb.com
    url shortener = bbb.com/1234
    Target URL = aaa.com/longurl-longurl

    =======================================
    =======================================
    I want on new domain all change too
    Target URL = bbb.com/longurl-longurl

    Plugin Author Mike L

    (@mikeatkaizencoders)

    Aha ok.

    It seems you changed the current domain on which you set the URL Shortify and also target URL points to the same domain.

    It seems all these short URLs are of posts or pages which were generated automatically while publishing posts or pages. Is it?

    In this scenario, you need to edit all the target URLs manually.

    You may want to run the following query to directly change these URLs quickly. (to be safer, please take a backup of the database before running the following query)

    UPDATEwp_kc_us_linksset url = replace(url, 'aaa.com', 'bbb.com')

    Hope that helps.

    Feel free to get in touch with us if you have any further query.

    Thread Starter arga7

    (@arga7)

    yes
    manualy edit use query
    nice work
    thx for replay

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change new domain but url shortener not change’ is closed to new replies.