Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

301 Redirect and dynamic URL

Status
Not open for further replies.

parapet

Technical User
Jul 30, 2010
1
US
I've already found some of the help I need on this forum here:

But I still have one URL to redirect for which I have not been able to figure out a solution. I'm hoping someone can help.

The URL I need to redirect is:
Code:
/_apps/water_faqs/reviews_details.php/18/what+is+culligan's+100%25+satisfaction+guarantee/

For all the other URLs that were like this one, replacing the + sign did the trick. Unfortunately this last redirect is still throwing me, and I'm guessing that it has to do with the %25 in the middle of it (apostrophes do not seem to have a problem as other URLs redirected just fine with them). %25 is code for the percent symbol, as no doubt you know.

**The following sample code works beautifully for all the other pages:
Code:
RewriteRule ^_apps/water_faqs/reviews_details.php/3/what([^.%])is([^.%])hard([^.%])water/$ [URL unfurl="true"]http://www.mysite.com/at-home-or-work/water-treatment-faqs/what-is-hard-water.php[/URL] [NC,L,R=301]

Anyone have any ideas?

Thanks in advance for any and all assistance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top