I keep getting: Error 404
“Woops. Looks like this page doesn’t exist.”
I’ve got the home page set in system.yaml:
home:
alias: ‘/about-my-life’
hide_in_urls: false
what am I doing wrong?
I keep getting: Error 404
“Woops. Looks like this page doesn’t exist.”
I’ve got the home page set in system.yaml:
home:
alias: ‘/about-my-life’
hide_in_urls: false
what am I doing wrong?
I figured it out myself. I needed to have /about/about-my-life (with parent folder) AND it was a different system.yaml file – the one I needed to use was under the folder with my domain name. (user/mydomain.com/config/system.yaml)
The configuration in the admin dashboard won’t accept it. It goes away when I click save, so I had to do it manually on the server.