I am uning magento 2.0.7, To change the admin url I did this
open /admin
store configuration>advance>admin>custom admin url
I turned it YES and type "alpha" in the box. When I click on "save config" than I got 404 not found.
After this I was unable to open my admin panel. I checked on env.php and I found
return array (
'backend' =>
array (
'frontName' => 'admin',
),
My changes was not reflected there. I change the code 'frontName' => 'alpha', still I am unable to open my admin panel
I check from ssh my admin url it shows
[root@vp-119045 bin]# php magento info:adminuri
Admin URI: /admin
But I am unable to open my admin panel.
My domain name is cheapmedicineshop.com
Please help me out