I'm following a CodeIgniter tutorial. This code snippet is not working on my machine, I've set everything up right until the other tutorials have worked, but this code snippet is not working:
<a href="<?php echo site_url()?>sobre">Sobre</a>
In the tutorial it worked nice, but not here.