Posted on April 28, 2021 at 9:14 am
Another way to a create admin account / user, we can create a new admin user via command line (cli). Here is how to do it. Go to Magento 2 root folder, run create a new admin user command line: bin/magento admin:user:create It will ask you: username, password, email, first and last name. Here […]
Posted on April 16, 2021 at 7:47 pm
We come across this from time to time and it’s a common issue when a client changes their domain name due to a rebrand or upgrade from .co.uk to .com When we changed a Base Url Change Magento 2 there are several sets to take but as always please take this as a guide and […]
Posted on April 1, 2021 at 5:08 pm
In Magento this is how to redirect all non www pages to www pages using the .htaccess with an FTP client like FileZilla. Open up .htaccess to edit the file then do a find in file and look for #RewriteBase. #RewriteBase /magento/ under this line paste the following but remember to change www.youwebsite.com with your […]