![]() |
All urls return to home - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: All urls return to home (/showthread.php?tid=57876) |
All urls return to home - El Forum - 04-22-2013 [eluser]Unknown[/eluser] I copied an application which was running well on a virtual server with Centos/MySql and a Plesk control panel to another one running Centos/MySql with CPanel. But in the new installation, all pages I call from the url bar return to the default page. Should I reset any codeigniter, php or Apach variable? Thank you for any tip. All urls return to home - El Forum - 04-22-2013 [eluser]Unknown[/eluser] I changed the URI PROTOCOL in the application/config/config.php file and it worked. Regards, Jorge |