I have the following rule
RewriteRule ^/(?i)search/([^/]+)/([^/]+) /Search.cfm?Region=$1&subRegion=$2
that works fine for the following
http:://mysite.com/search/Bunbury/Harvey
However, it all falls apart for regions like 'Kalgoorlie/Boulder' as the URL becomes
http:://mysite.com/search/Kalgoorlie/Boulder/Lamington
So I thought I would use a + as the delimeter instead of /
http:://mysite.com/search/Kalgoorlie/Boulder+Lamington
But I am not sure how to write the rule. Any suggestions would be greatly appreciated.
TIA
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---
