Created
December 1, 2015 05:56
-
-
Save wsagen/bb4967aff9125832ea6b to your computer and use it in GitHub Desktop.
Change admin URL in magento2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To change the url open the file env.php in the path app/etc | |
| array ( | |
| 'frontName' => 'admin', // Default name which we was given at the time of installation. | |
| ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment