There'll be a few templates to change, I think, for those places which link directly to admin.php, but the change to the routing formatter itself can be done without changing any core files in XF2.
Just add the following to your src/config.php file:
@Chris D are there plans to make this configurable in future releases? I don't really like the fact that whoever knows what forums we are using can get to the admin page as well. We have 2 step auth set up for admins, but I am still sucker for best security possible
@Chris D are there plans to make this configurable in future releases? I don't really like the fact that whoever knows what forums we are using can get to the admin page as well. We have 2 step auth set up for admins, but I am still sucker for best security possible
Implement .htaccess protection on admin.php. There is no reason to change it, as a determined attacker will find the new file name even if you name it 128 random letters.
Implement .htaccess protection on admin.php. There is no reason to change it, as a determined attacker will find the new file name even if you name it 128 random letters.
Implement .htaccess protection on admin.php. There is no reason to change it, as a determined attacker will find the new file name even if you name it 128 random letters.