Hi guys,
For some reason I'm having a sod of a time with the following rule:
With the example URL:
... I would have expected it to match, and sends us to the new URL:
(notice the lowercase "p").
Can anyone spot where I'm going wrong? I can't for the life of me see why its not working! (other rules are working fine, so I know RewriteRule's are enabled)
TIA
Andy
For some reason I'm having a sod of a time with the following rule:
Code:
RewriteRule search/(.*)_P([0-9]+).html [URL unfurl="true"]http://www.site.com/search/$1_p$2.html[/URL] [R=301,L]
With the example URL:
... I would have expected it to match, and sends us to the new URL:
(notice the lowercase "p").
Can anyone spot where I'm going wrong? I can't for the life of me see why its not working! (other rules are working fine, so I know RewriteRule's are enabled)
TIA
Andy