Im getting a 404 error after i changed the base url on my maento site, ive chnaged it in the admin side aswell as through myPHP admin, and still cant get it to work. i created the site using bitnami launchpad on google cloud. im abit of a novice so struggling.
Any help would be greatly appreciated
Hi @jamesb001,
Can you check this details again please?
Clean cache using the console:
bin/magento cache:clean
Execute this query into your database:
select * from core_config_date where path like 'web%url';
Just to be sure the urls are OK.