Just another way to protect your Joomla Admin. Remember, leaving your Joomla Admin open to the public is a big no-no!
Heres what I do.
- Create an error page (article).
- Add it to a hidden menu and publish it.
- In templates/system/error.php:
- Add a .htaccess file in the administrator folder and put your public IP address there. This means you will only be able to access the admin from that ip, so add all the ips you work from.
I created a custom plugin to allow Joomla to redirect the user to a specific page based on the user group. In the plugin xml I setup some configuration parameters for each user group. example: Code:
Then in the plugin php file, you'll need something like the following: Code: