I installed Kohana (in a "kohana" directory in my xampp public folder) and I'm trying to get the full base URL with the domain and protocol.
When I try:
url::base();
I only get /kohana/
back as a result, but want http://localhost/kohana/
instead.
Is it possible to do this in Kohana, or must I use standard PHP?