tekcorap <[EMAIL PROTECTED]> wrote:
> RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.example\.com$ [NC]
> RewriteRule ^(.*)$ /user/index/%2 [QSA,L]
[...]
> alice.example.com/posts => I get 'alice' value but not posts
> parameter. And any css

Why isn't the RewriteRule doing something with $1 (which I think is
the requested page, so 'posts' in your example)?  It looks like it is
discarded at the moment, which is what you're reporting.

Hope that helps,
-- 
MJ Ray <[EMAIL PROTECTED]>  www.ttllp.co.uk +44(0)8444 437 237
Webmaster since 1995, developer, statistician, writer, more.
Registered in England and Wales, partnership number OC303457
Reg. Office: 36 Orchard Cl., Kewstoke, Somerset, GB-BS22 9XY

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to