Change Joomla Administrator folder name
This hack works without modifying any joomla code. First of all create a folder name of your choice for e.g myhiddenadmin in the Joomla root directory and create a index.php file in it with below code <?php $joomla_admin_cookie_code=”658971532527″; // some random numbers setcookie(“JoomlaAdministratorSession”,$joomla_admin_cookie_code,0,”/”); header(“Location: /administrator/index.php”); ?> Now go to Joomla administrator directory and add the […]