hi I’ve created test.php in the template folder, but when I type the url
localhost:8080/root/test into my browser I get:
Error
the page has not been found
Any ideas what I’m doing wrong?
Thanks
David
hi I’ve created test.php in the template folder, but when I type the url
localhost:8080/root/test into my browser I get:
Error
the page has not been found
Any ideas what I’m doing wrong?
Thanks
David
Have you created a folder called test or a route with that pattern? Just creating a template doesn’t result in an url without a folder (or a route).
A new URL is created whenever you add a new folder, e.g content/projects
can be accessed via http(s)://yourdomain.com/projects
.
Thanks Sonja,
That’s what I missed - good to have someone to talk to.
David