View Single Post
Old 05-05-2008, 05:36 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Escaping Metacharacters

I need to escape the '?' in RegEXP

Code:
RewriteRule ^image(?=this is where I want my '?')([A-Za-z0-9]+)?$ image.php?img=$1 [L]
I've tried many ways, none worked.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote