Step 1 :
Step 2 :
Step 3 :
- Open src / config.php and add the code below to the bottom
Step 2 :
- Change the name "admin.php" in ftp root directory to "ssl_admin"
Step 3 :
Code:
$c['router.admin.formatter'] = $c->wrap(function($route, $queryString){
$suffix = $route . (strlen($queryString) ? '&' . $queryString : '');
return strlen($suffix) ? 'ssl_admin.php?' . $suffix : 'not_admin.php';
});