[SOLVED] Land on a different page than the index

Hi, I have a my main page index.html with additional pages. I can open for example page1.html from index.html, but there is a way to load directly page1.html for example if I put http://domain.com/page1.html in the browser ? And then go back to index.html with a back link ?

What is the better way to do that if it’s possible ? Thanks

Check the pushState parameter on View, it allows to navigate by URL

Ok but in my page1.html, there is just the page div, so no header, no CSS files, no JS files (all of these are in index.html) … so I have to add them to all my pages? And what about views ? I have to create a view for each page?

I figured it out and got it to work. Thanks vladimir

1 Like