I need to be able o get a rewrite rule to recognise the pound £ symbol
cheaperholidays
2:48 pm on Jun 28, 2006 (gmt 0)
Helo
I managed to sort out the rewrite rule but i need to get the rewrite to be able to recognise a £ symbol in the url for eg /rhodes-£199
Kind regards
jdMorgan
4:05 pm on Jun 28, 2006 (gmt 0)
The first step is to detemine what character set you're using (UTF-8 perhaps?) and then look up the code for that character. Having done so, you can then match the percent-encoded character in a RewriteCond.