简体   繁体   中英

load a page inside a folder in codeigniter

I have changed the name of codeigniter and placed htdocs then in application folder I have created a new folder in that new folder again I created some folders for different web pages in each and every folder I added controllers,models,view files. Now I want to access a controller file which is in the new folder.

I tried with default route but not working..Can anyone suggest

Create as many folders as you want inside the controller model and view folders in CodeIgniter and not outside them if you really want to organise them.

Remember to set base URL in application/config/config.php file and default router inside the application/config/routes.php file.

If you have problems please comment below describing errors.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM