Posts: 202
Location: Santa Monica, CA
|
Quote:
Originally Posted by chrishirst
rename the file index.html and put it in a folder called portraits.
|
I did that, and came to a very complex problem that for now I cannot solve.
What I did: I named the file index.html, and put it in the folder "portraits".
Now, when I go to the page www.mywebsite.com/portraits the file opens. And it's called exactly that.
But I cannot link from this page to any other page on my website. All links fail.
I tried to do ../ to get out of the folder to the next level, and then put the name of the page in that I wanted to link to.
Doesn't work.
I leave the ../ out, and it doesn't work, either.
The weirdest thing is, that when I enter my site through the main index page and access the portraits page, it has a different address.
Now it's called www.mywebsite.com/portraits/index.html.
Now all links work.
So, basically, with this method I can manage to land on that page, but I can't get out.
|