Hi, i need little help in setting a 301 redirect to my 404 pages.
Current URL:
http://example.com/1234/56/abc/&rurl=translate.google.com&lang=en&usg=blahblah%2F/page/4/
All data is in the above url chages randomly except http://example.com and page word. Please try to use regular expressions for others.
Notice "%2F" in the above URL
Want to redirect it to:
http://example.com/1234/56/abc/
I have tried the redirect using 301 but %2F always gives the error. Thankyou for your help.
Update:
Probably "%2F" means another /
So the URL becomes
http://example.com/1234/56/abc/&rurl=translate.google.com&lang=en&usg=blahblah//page/4/
Which should have a 301 redirect at http://example.com/1234/56/abc/
Update:
I only want pages with the following format
http://example.com/****/**/******/************%2F/page/**/
to redirect to
http://example.com/****/**/******/
[edited by: jdMorgan at 2:46 am (utc) on May 6, 2010]
[edit reason] example.com [/edit]