Multiple pages how

Can i add multiple pages?
Like example domain.extension/pagename1, domain.extension/pagename2
I cant figure out how to do this by searching on google so thought i ask here.

If you use a CMS like WordPress it’s easy to add pages. Just go to Pages and add a new page, but it also depends on the CMS you’re using; for WordPress those are the instructions. If you’re programming yourself a page then create a file named yourpage.html/php/htm, where yourpage can be replaced with the name of your new page, then copy the code from the first page to the new one and edit some things.

3 Likes

I don’t have WordPress…
Can i add pages by adding html code in the index file and make it ‘open’ a different html file in the htdocs folder?

You just create seperate files, that pretty much it.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.