-
Hey all,
I am moving an application site currently built on Drupal to a subdomain and rebuilding the brochureware portion of the site on WordPress. This application site allows users to search for songs to license and then integrate with a custom CRM that creates a ticket for them to process.
The application currently has 1 million or so songs housed within the CRM (I believe, I do not see them on the Drupal site). On the off chance that someone doesn’t search via the application and goes directly to the URL or even Google, I need to set up 301 redirects that go directly to that page on Drupal.
Current URL in Drupal: http://www.sitename.com/license/song/detail/123456
New URL moving Drupal to a subdomain: app.sitename.com/license/song/detail/123456
I was hoping to set up a 301 Regex Redirect that no matter what the # of the song is, it will redirect to that subdomain using that same URL structure but with app. in front of it.
So if it’s /license/song/detail/789433 the 301 Redirect to – app.sitename.com/license/song/detail/789433
I tried just using * and ? but those didn’t seem to work. Thoughts?
Thanks in advance,
Jason
The ticket ‘Regex 301 Redirects + 1 Million Songs’ is closed to new replies.