Create folder structure
-
I’m building a website which will have a very large amount of pages which I’m planning on generating via the REST API. So far it’s going quite well but I’m running into an issue I can’t solve.
What I’m trying to do is create folders so that my site has a logical structure.
An Example of what I want https://www.website.com/chicago/station
So I want to create Chicago as my mainpage and then create separate pages about the city like /public transport /parks/.However what I end up with is the following: https://www.website.com/chicago-station.
I hope that someone can explain to me what I should do in order to create this structure.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Create folder structure’ is closed to new replies.