Welcome Guest, Not a member yet? Register   Sign In
404 not found!
#11

(This post was last modified: 03-16-2018, 06:47 PM by richb201.)

The way it is working (and that part does work OK) is when I type localhost in the browser, the Users controller with the login function is running.

The question is "without modifying the default controller is there anyway for me to access function register() in Subit_backend.php from a xhr Extension"? I modified Subit_backend to be:

class Subit_backend extends CI_Controller
{

   public function __construct()
   {
       parent::__construct();

       $this->load->database();
       $this->load->helper('url');
         }


   public function register()
   {

   }
}

but when i type localhost/Subit_backend.php/register or localhost/Subit_backend/register or even just localhost/Subit_backend from the browser address bar I still get Error 404.

Can i assume that when I type localhost/Subit_backend/register I am actually typing c:/xampp/htdocs/Users/login/subit_backend/register ?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
404 not found! - by richb201 - 03-14-2018, 11:22 AM
RE: 404 not found! - by jreklund - 03-14-2018, 11:30 AM
RE: 404 not found! - by richb201 - 03-14-2018, 02:04 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 03:20 PM
RE: 404 not found! - by richb201 - 03-14-2018, 03:56 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 04:28 PM
RE: 404 not found! - by richb201 - 03-15-2018, 12:43 AM
RE: 404 not found! - by ciadmin - 03-15-2018, 01:54 AM
RE: 404 not found! - by richb201 - 03-16-2018, 07:19 AM
RE: 404 not found! - by ciadmin - 03-16-2018, 08:06 AM
RE: 404 not found! - by richb201 - 03-16-2018, 06:31 PM
RE: 404 not found! - by ciadmin - 03-16-2018, 09:19 PM
RE: 404 not found! - by richb201 - 03-17-2018, 02:45 AM
RE: 404 not found! - by jreklund - 03-17-2018, 05:16 AM
RE: 404 not found! - by richb201 - 03-17-2018, 07:07 AM
RE: 404 not found! - by jreklund - 03-17-2018, 08:27 AM
RE: 404 not found! - by richb201 - 03-18-2018, 06:59 AM
RE: 404 not found! - by InsiteFX - 03-18-2018, 02:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB