Support » Plugin: Redirection » Redirect using regular expression and possible post meta lookup

Viewing 1 replies (of 1 total)
  • Thread Starter okragly

    (@okragly)

    I thought of another option:

    Option 3 (better than option 2): Create a simple WordPress page template that does a redirect only. The page template would parse the query_var and do another redirect to the correct post page:

    /12345 -> regular expression to get digits from URL -> redirect to WordPress page with template that does the lookup on the post_meta using the query_var, and that page redirects to the actual post

    My question is will this be too many redirects and cause issues?

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Redirect using regular expression and possible post meta lookup’ is closed to new replies.