Welcome Guest, Not a member yet? Register   Sign In
CI only support one level sub-folders?
#1

[eluser]jackIgniter[/eluser]
I have a admin sub folder in my CI controllers folder. And it works fine until I added one more folder above my admin folder.

For example:

Code:
http://localhost/mysite/index.php/folder/admin_folder/controllerName/method

Then it does not work.

But if I delete the folder that is above my admin folder, like:

Code:
http://localhost/mysite/index.php/admin_folder/controllerName/method

It will work again.

It seems CI only support one level sub-folder in controller. Am I right?
#2

[eluser]Rick Jolly[/eluser]
Yep, but here is a possible solution if you're interested:http://ellislab.com/forums/viewthread/56100/
#3

[eluser]jackIgniter[/eluser]
Great! Thanks




Theme © iAndrew 2016 - Forum software by © MyBB