Helo,
I have a problem when rewriting my url with multiple Query String Parameters
RewriteRule /romeojuliette-namur/\?guid=(.+)$ /page/RomeoJuliette/Default.aspx?guid=$1®ion=namur [I,L]
It doesn’t recognize the second paramter region. Ho do I solve this?
Thanks!
I solved it by switching the order of the paramaters. But that is probably not the finest solution.