I feel bad for asking this, but I can’t find any answer on the web from my Googling. Basically I’m making my portfolio of graphic design and I’m making each page statically, as in with HTML documents. I’ve run into a domain problem.
I have the home page called index.html so the domain (http://blieque.comli.com) goes straight there, but when it comes to another page I’m stuck. I want to go to domain.com/page, not domain.com/page.html. I know that creating another directory/folder for each page and calling all of them index.html would work, but that seems like a messy approach and I can’t imaging pages are normally made like that.
Are sites just not static anymore? All help appreciated. 🙂
Oh, and comli.com is a 000webhost.com domain. I’ll be getting my own soon, but I want to get everything perfect first.
-Blieque
You can use
.htaccess ReWriteRuleand so on, hope it helps.