Welcome Guest, Not a member yet? Register   Sign In
Page Not Found CodeIgniter new project on Ubuntu 18.04
#1

I have just downloaded the CodeIgniter zipped folder, extracted it and copied it to var/www/html/. When I test if the link will show in the browser using http://127.0.0.1 I get a 404 error where I was expecting the CodeIgniter welcome page. Can anybody please help me?

Attached Files Thumbnail(s)
   
Reply
#2

Did you replace the default page that was there? There's nothing that would keep CodeIgniter from working if your server is working properly. I have found once or twice that Apache just didn't want to serve up a site, and so I use a2ensite to make sure it is enabled. Check sites available at /etc/apache2/sites-available/ , and then check sites enabled at /etc/apache2/sites-enabled/
Reply
#3

That looks like a CodeIgniter 404, which means it can't find the default controller.
I presume that the web server document root is mapped to /var/www/html/, and that you changed nothing inside the download?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB