Welcome Guest, Not a member yet? Register   Sign In
Controllers does not show when i use them in URL
#1

(This post was last modified: 07-16-2020, 07:44 PM by BlackBanana.)

In the Docs in this page

https://codeigniter.com/user_guide/incom...llers.html

the first example , i created the controller

PHP Code:
<?php namespace App\Controllers;

use 
CodeIgniter\Controller;

class 
Helloworld extends Controller
{
    public function index()
    {
        echo 'Hello World!';
    


then i visited this URI 

https://localhost/www/igniterTest/public/helloworld

But what is get was this

   

a 404 page

So where is the problem ? is it possible to access controllers without going through routes first ?
Increase Your Awareness
Reply


Messages In This Thread
Controllers does not show when i use them in URL - by BlackBanana - 07-16-2020, 02:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB