what have I missed?

pingeyeg

New Member
It would help if you posted your code, but all you need to do is add that /index to the end of the URL in the anchor tag. Post your code and I can offer more help.
 

SeanJohn

New Member
url rewrite

You should call your first file index.html. I think you created a folder called index and then put the index.html in there as opposed to putting it directly in the root.

If for some reason you want to enforce your folder structure you can always use url rewrite through your .htaccess file.
 
Top