![]() |
Moving Website onto New Computer - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Moving Website onto New Computer (/thread-55002.html) |
Moving Website onto New Computer - El Forum - 10-04-2012 [eluser]Unknown[/eluser] Hey Everyone, I am trying to move a backup of my website, which uses codeigniter, onto another server in order to make some adjustments and tweaks to it. I have moved it over, downloaded XAMPP,made and put everything in the public HTML file, made a new database and linked it, and re tweaked the config file to make the controllers refer to the localhost. Nevertheless, after about 2 -3 links of moving to different webpages within the website, I can't get anymore of the webpages to appear, I just see blank pages. Am I doing something wrong, or is there something I can set up in codeigniter to make everything refer to the localhost correctly? Thanks in advance. Moving Website onto New Computer - El Forum - 10-04-2012 [eluser]PhilTem[/eluser] Do you use the ReWrite configuration on your web app? That means, what's the value of Code: $config['index_page'] = ?; and do you have the ReWrite rules in your .htaccess? |