Highly recommend practice is to use a unique URL for MyBB admin rather than using the default URL.
To make it a little more difficult for hackers to attack your MyBB Admin area, changing the admin folder URL is always a best security practice.
Open inc/config.php and find:
Replace:
Enter your FTP file and admin folder\'s name change such: admindireadminninmdaadmin
To make it a little more difficult for hackers to attack your MyBB Admin area, changing the admin folder URL is always a best security practice.
Open inc/config.php and find:
PHP Code:
$config[\'admin_dir\'] = \'admin\';
Replace:
PHP Code:
$config[\'admin_dir\'] = \'admindireadminninmdaadmin\';
Enter your FTP file and admin folder\'s name change such: admindireadminninmdaadmin