![]() |
Installation Problem Codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: Installation Problem Codeigniter (/showthread.php?tid=80037) |
Installation Problem Codeigniter - mcarruitero - 09-05-2021 Hi I am in trouble. I develope in codeigniter 3. I use WAMP te develope in my computer I prove it in a free hosting copying de content of my directory development All fine without problems in both places Now the web will run on an apache in port 80 and mysql with the installation of both When I call the link to run the web login I recieve The requested URL was not found on this server. Can someone help me. RE: Installation Problem Codeigniter - InsiteFX - 09-06-2021 Did you change you app/Config/App.php base_url to point to the new server address? |