Monday 30 May 2016

How to find admin url?


php bin/magento info:adminuri
The result will be as below

Admin URI: /admin

You can change the admin url in magento:

Open the file \app\etc\env.php
<?php
return array (
  'backend' =>
  array (
    'frontName' => 'admin',
  ),

At line no 5 update the frontName,

No comments:

Post a Comment