cancel
Showing results for 
Search instead for 
Did you mean: 

Erro 404

Erro 404

Pessoal me ajuda por favor, tentei mudar a url do painel administrado, e agora não consigo mas acessar o painel administrador só aparece erro 404 e url que eu coloquei quando eu estava mudando não esta funcionando

1 REPLY 1

Re: Erro 404

Hi @welington_freitas

 

if you wanted to change your admin panel URL - then you can change it from below ways - 

 

Open your env.php file - in the backend array - check frontend parameter and change its value to new admin url which you would like to set on the same.

 

Second thing which i would prefer to use is command line , run below command to change the admin panel url : 

 

php bin/magento setup:config:set --backend-frontname="admin_path"

After that do reindexing and then check !

 

Refer this link for more details - https://magento.stackexchange.com/questions/113747/how-to-change-magento2-admin-url

 

It will works 

if issue solved,Click Kudos & Accept as Solution