• Hello,

    How do I manage to redirect many subpages to the homepage of another domain?

    Example:

    Old Domain:
    example.com/category/p1
    example.com/category/p2

    Can I just use:
    Source URL: example.com/category/*
    Target URL: newdomain.com

    Do you have a function where the asterisk(*) lets you redirect any pages to another domain?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • peraburek

    (@peraburek)

    easy ??

    Source URL: /category/(.*)
    Destination URL: newdomain.com

    check REGEX box!!!!!!!!!!

    save and test, report back

    • This reply was modified 8 years ago by peraburek.
    Thread Starter Baloydi Lloydi

    (@lordzden)

    thank you so much for your help. it worked!!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to redirect all subpages to another domain’ is closed to new replies.