/app/etc/env.php
Look for the following:-
'backend' =>
array (
'frontName' => 'ADMINPATH',
),
Change ADMINPATH to any path that you want and save the file.
/app/etc/env.php
'backend' =>
array (
'frontName' => 'ADMINPATH',
),
The best PHP version to use for Magento 2 (for now) is PHP 5.6. If you are using our Web Hosting...
If you see the error "Forbidden: PHP engine is disable." or a page without images or CSS after...
To change the Admin Path for Magento, please open up the file below:- /app/etc/env.php Look for...
Magento installation out of the box does not use the correct and safe file permissions for our...
When trying to switch from Developer mode to Production mode:- php bin/magento deploy:mode:set...