I'm having problems with $ro->getBaseHref() in my local environment
(using 1.0.2-RC2)
The port is set to 10088 and this isn't being picked up on.
I've resorted to modifying the Agavi installation to always return
10088 for now until it can be fixed.
Any advice appreciated.
_______________________________________________
users mailing list
us...@lists.agavi.org
http://lists.agavi.org/mailman/listinfo/users
Obviously not an Agavi issue, then, and I'm not quite sure why you're
fiddling with the Agavi source - the framework has built-in mechanisms
to cover such situations (e.g. when running behind a load balancer,
where the host and/or port need to be defined manually or be pulled
from certain magic HTTP headers).
- David