harryh,

Are you using sitemap? It strikes me that if you do not want /mobile/
to be accessible, then don't include it in your sitemap, right?

Cheers, Tim

On Oct 2, 3:07 am, harryh <[email protected]> wrote:
> I wanthttp://m.harryh.orgto visit a mobile version of my site so I
> added the following rewrite rule:
>
> case RewriteRequest(path, _, req) if
> (req.serverName.toLowerCase.startsWith("m.")) => {
>       RewriteResponse(ParsePath("mobile" :: path.partPath,
> path.suffix, path.absolute, path.endSlash), emptyMap, true)
>
> }
>
> This also makes the mobile site appear athttp://harryh.org/mobile/
> which I don't really want.  Is there any way I can accomplish this
> goal (other than putting the mobile site in a weird path like "/
> someRandomGuid/"
>
> -harryh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" 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/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to