05-05-2008, 10:00 AM
|
#18 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by sjaq
No it seems apache doesn't allow ?'s in their regexes, even if you pass it in as a hex it doesn't work.. and when you use / it's pretty basic..
Code:
RewriteRule ^image/([A-Za-z0-9\.\_]+)?$ image.php?img=$1 [QSA,L]
|
Well then, thats ass.. :P they need to update that. at least make it like this \? or [\?] or whatever
__________________
VillageIdiot can have my babbies ;d
|
|
|
|