Welcome Guest, Not a member yet? Register   Sign In
Problems with setting up on shared cpanel (Hostgator)
#5

(This post was last modified: 02-05-2023, 05:11 AM by rudra.)

Codeigniter is now installed on the shared server. 
Code:
$routes->get('/', 'Home::index');   //default route

$routes->get('dash', 'Home::index');    //custom route
The default route works. But when I add any custom route and access it using <domain.com>/dash, it shows a 404 

Code:
Sorry, this page doesn't exist. Please check the URL or go back a page. 
404 Error. Page Not Found.
Reply


Messages In This Thread
RE: Problems with setting up on shared cpanel (Hostgator) - by rudra - 02-05-2023, 05:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB