• I have several WP pages and they serve as the homepage for several webstores. The WP Page link is something like: https://www.mysite.com/schoolname

    I would like to have this like forward to a link that allows my e-commerce system track. I have the tracking link and can target it to anywhere, such as: https://www.mysite.com/schoolname

    How can I do this? I tried using the 301 plug in and while it works for standard forwards, its it forwarding the holding the tracking link.

    Thanks.

    • This topic was modified 3 years, 4 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    If the number of redirected links are somewhat limited, redirecting via .htaccess rules is the best solution because we don’t need to load all of WP only to redirect elsewhere. For example:
    Redirect 302 "/schoolname" "/schoolname/?tracking-id=wed93kfe3"

Viewing 1 replies (of 1 total)
  • The topic ‘Permalink for site — can you redirect?’ is closed to new replies.