Welcome Guest, Not a member yet? Register   Sign In
maintaining the default controller's URL location
#1

[eluser]Kyle Ellman[/eluser]
So, I know with a default controller, you can have
Code:
example.com/
instead of
Code:
example.com/index.php/deafault_controller

but if there is anything else in the URL like using one of that controller's functions, I get an error, so instead of being able to use
Code:
example.com/function
I am forced to use
Code:
example.com/index.php/default_controller/function

I know this may create problems if a function has the same name as another controller, but is there anyway to do this if I know that there's won't be any URL conflicts in my application?


Thanks.


Messages In This Thread
maintaining the default controller's URL location - by El Forum - 06-29-2009, 10:39 AM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 11:09 AM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 11:26 AM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 12:35 PM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 01:01 PM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 01:16 PM
maintaining the default controller's URL location - by El Forum - 06-29-2009, 04:33 PM
maintaining the default controller's URL location - by El Forum - 07-04-2009, 10:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB