CodeIgniter Forums
base url problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: base url problem (/showthread.php?tid=5189)



base url problem - El Forum - 01-10-2008

[eluser]josh48202[/eluser]
i had my base url set
Code:
$config['base_url']    = "/";
and everything worked. now i wanted to add the whole domain so that the whole domain would show up in the activation email. but when i add the whole domain the images and everything else doent work. im using FreakAuth light so everything is pretty much set up already. can someone tell me y its doin this?


base url problem - El Forum - 01-10-2008

[eluser]Craig A Rodway[/eluser]
Where are your images stored?

Make sure that when you add the full domain that you include the base directory that your application is in (if any) and the trailing slash.


base url problem - El Forum - 01-10-2008

[eluser]josh48202[/eluser]
the images are stored in /public/frontend/images

what do you mean add the base directory?


base url problem - El Forum - 01-10-2008

[eluser]Craig A Rodway[/eluser]
What did you change this to when your images weren't working?

If you gave us a bit more information such as your directory structure, it would help us answer your question.


base url problem - El Forum - 01-10-2008

[eluser]josh48202[/eluser]
EDIT: nvm i managed to do what i wanted to do thx for you help!