Simple question, but the answer seems quite hard to come by. In Codeigniter, I could load the url helper and then simply do
echo base_url();
I also used the base_path() function and it worked for me.
base_path()