Posted by Rik on 12/15/06 19:09
Kentor wrote:
> weird, i took out this line:
>
> #RewriteRule ^(.*?)$ $1?location=%2 [QSA]
Probably should be:
RewriteRule ^(.+?)$ $1?location=%2 [QSA]
> and now everything works... even the main domain and the other pages
> with the sub-domain...
Hmmz, are they getting the GET[location]?
I'm curious about the rest of you rewrites, any chance to post them?
--
Rik Wasmus
[Back to original message]
|