31 Oct 2008
Hi, i want to make a new admin panel, but i can`t understand, when i wrote /admin it`s go to /login.
I want to make something like this /edit to go /login2?
Can you help me?
Hi, i want to make a new admin panel, but i can`t understand, when i wrote /admin it`s go to /login.
I want to make something like this /edit to go /login2?
Can you help me?
Kind Of General
This question is kind of general. Can you post some code that will help to understand what you are trying to do?
No necessary to post a code
When you type domain.com/index.php/admin the code redirect me to domain.com/index.php/login.
So i want to do tah type domain.com/index.php/edit and it`s must go to domain.com/index.php/login
Check The pageAdmin Function
If the functionality you want is already in the Admin code you just need to copy the code from the pageAdmin function.