Error: No CURL Found - Social Networks AutoPoster needs the CURL PHP extension. Please install it or contact your hosting company to install it.

Joomla Archives - ServerTechSupport
30 April 2013
Comments: Comments Off on Change Joomla Administrator folder name

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 […]