Thanks, Jonathan. I tried to get the mod_rewrite method working with my
quickstart site, and (just now) with WhatWhat, but no joy. Here's what
I see when I start WhatWhat:

[gummi]$ ./whatwhat-start.py
2006-09-28 16:06:58,378 turbogears.visit INFO Visit Tracking starting
2006-09-28 16:06:58,378 turbogears.visit DEBUG Loading visit manager
from plugin: sqlobject
2006-09-28 16:06:58,493 turbogears.visit.sovisit INFO Succesfully
loaded "turbogears.visit.sovisit.TG_Visit"
2006-09-28 16:06:58,493 turbogears.visit INFO Visit filter initialised
2006-09-28 16:06:58,536 turbogears.identity INFO Identity starting
2006-09-28 16:06:58,536 turbogears.identity DEBUG Loading provider from
plugin: sqlobject
2006-09-28 16:06:58,990 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Person"
2006-09-28 16:06:58,991 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Groups"
2006-09-28 16:06:58,991 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Permission"
2006-09-28 16:06:58,991 turbogears.identity.soprovider INFO Succesfully
loaded "turbogears.identity.soprovider.TG_VisitIdentity"
2006-09-28 16:06:59,031 turbogears.identity INFO Identity visit plugin
initialised
2006-09-28 16:06:59,031 turbogears.identity DEBUG Loading provider from
plugin: sqlobject
2006-09-28 16:06:59,032 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Person"
2006-09-28 16:06:59,033 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Groups"
2006-09-28 16:06:59,033 turbogears.identity.soprovider INFO Succesfully
loaded "whatwhat.model.Permission"
2006-09-28 16:06:59,033 turbogears.identity.soprovider INFO Succesfully
loaded "turbogears.identity.soprovider.TG_VisitIdentity"
2006-09-28 16:06:59,235 cherrypy.msg INFO HTTP: Serving HTTP on
http://localhost:8092/

which I'm running from a folder that isn't under my site's root folder.
Here's what's in .htaccess, which _is_ in the site's root:

RewriteEngine On
RewriteRule !^((stats|static)(/.*)?|failed_auth\.html)$
http://tracking.taylorbytes.net:8092%{REQUEST_URI} [R,L]

The browser just times out when I point it at
http://tracking.taylorbytes.net. I've tried a few permutations of where
the TG files are located, the port number, and what's in the .htaccess
file without success. My white cane is tapping furiously, but I'm still
rather lost.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to