CodeIgniter Forums
BASEPATH 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: BASEPATH problem (/showthread.php?tid=8023)



BASEPATH problem - El Forum - 05-01-2008

[eluser]Unknown[/eluser]
I am new to CodeIgnitor and I have been following through their weblog video tutorial to get a feel for it. I have come across a problem with the scaffolding feature. The first thing I noticed was the fact that the stylesheet seemed to be missing because my screen looked different than the one in the video. Then the links began routing me to a 127.0.0.1 http address rather than utilizing the existing link structure. I have looked everywhere but cannot come up with an answer.

Please Help!


BASEPATH problem - El Forum - 05-01-2008

[eluser]James Gifford[/eluser]
Have you changed the base_url in the config.php file? It should be set to something like: http://localhost/your_project_name. This should be the first or second step you take when starting a new project.


BASEPATH problem - El Forum - 05-01-2008

[eluser]Unknown[/eluser]
I must have overlooked that in the tutorial. Thanks.