Moving your whole project into a new subdirectory |
[eluser]jasonswett[/eluser]
I'm in the process of going live with a CodeIgniter project. On the development server, the project is at at URL like http://localhost/. On the live server, I need my project to exist at http://live-site.com/newproject/. Is there a way to tell CodeIgniter that all my URIs now need to start with /newproject? I tried changing the $config['base_url'] but that didn't seem to work. Thanks, Jason |
Messages In This Thread |
Moving your whole project into a new subdirectory - by El Forum - 11-28-2007, 06:11 PM
Moving your whole project into a new subdirectory - by El Forum - 11-28-2007, 08:17 PM
Moving your whole project into a new subdirectory - by El Forum - 11-28-2007, 11:48 PM
|