- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2018
06:20 PM
06-14-2018
06:20 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2018
10:35 PM
06-14-2018
10:35 PM
Re: Erro 404
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