I just changed the admin URL, and now my backend stopped working. I already did some research on Magento forums, but couldn't find the solution which works for me.
Thanks but it still the same, is there anyway to change the custom admin "path" via ssh?
Hello Vimal,
No change.
And .htaccess file is available under pub/static folder.
Thansk
After change the permission.
Run the following commands in the sequence once.
chmod -R 0777 var/ pub/ generated/ rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush php bin/magento indexer:reindex chmod -R 0777 var/ pub/ generated/
This needs to be fixed. i want to remove this proadmin and put it back to where it was before.
Hi @muhamamd a_anju @rajjagdev
Issue reolved? or still facing the issue?