Need 301 redirect assist

This redirect will be used on our host, WPEngine, using their redirect tool; in other words, I will not be placing this into an htaccess file. So, this needs to be a 301 redirect – not a mod rewrite.

So, this is what I need to do:


Source:   /folder/*3847*.php

Destination (redirect to):   http://www.somewhere.com/folder/folder/

NOTE
In the example, I’m trying to capture such files as:

john-smith-3847.php
jimmy-edward-olson-3847.php
starbucks3847.php

If the ‘number’ exists in the filename, I need to redirect it

Help, please! Thanks much.

Jim

If u redirect certain pages so following code below

Redirect 301 /oldpage.html http://www.yourdomain.com/newpage.html
Redirect 301 /oldpage2.html http://www.yourdomain.com/newpage2.html

<snip>

Also if using cpanel then within your panel you can do this aswell.