Welcome Guest, Not a member yet? Register   Sign In
getting a not found error
#1

(This post was last modified: 04-09-2019, 11:22 AM by richb201.)

"The requested URL /sub_crud/Configure/index was not found on this server."

I am trying to setup a development env on a Ubuntu PC. I have moved my code across and am able to get the program to start. The first line, after logging in is to run the index function in the Configure controller. This is failing with the error above. The actual path to my program is /var/www/html/sub_crud/application/controllers/Configure.php and in it I have a function called index(). I am thinking that there is some path I didn't set up for Codeigniter?

I have set $config['base_url'] = 'http://localhost/sub_crud'; in config.php
I have index.php at /var/www/html/sub_crud
$system_path = 'system';
$application_folder = 'application';
proof that an old dog can learn new tricks
Reply


Messages In This Thread
getting a not found error - by richb201 - 04-09-2019, 11:08 AM
RE: getting a not found error - by InsiteFX - 04-09-2019, 12:28 PM
RE: getting a not found error - by richb201 - 04-09-2019, 01:30 PM
RE: getting a not found error - by richb201 - 04-09-2019, 10:47 PM
RE: getting a not found error - by richb201 - 04-09-2019, 11:12 PM
RE: getting a not found error - by salain - 04-10-2019, 03:22 AM
RE: getting a not found error - by richb201 - 04-10-2019, 06:12 AM
RE: getting a not found error - by salain - 04-10-2019, 07:07 AM
RE: getting a not found error - by richb201 - 04-10-2019, 07:50 AM
RE: getting a not found error - by richb201 - 04-10-2019, 08:16 AM
RE: getting a not found error - by richb201 - 04-10-2019, 01:35 PM
RE: getting a not found error - by richb201 - 04-11-2019, 01:01 AM
RE: getting a not found error - by salain - 04-11-2019, 01:50 AM
RE: getting a not found error - by InsiteFX - 04-11-2019, 08:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB