Quote:
Originally Posted by Rusrink
So all the images are like x times on the server? Isn't that a waste of space. Why not make things like index1.html, index2.html etc.
|
No, you can simply do it this way.
domain.com/fs/your_site/ and make you complete site in this directory with everything in it. Now create some sub-directories like these:
domain.com/fs/your_site/1/
domain.com/fs/your_site/2/
and so on. Now all you have to do is to copy ONLY html files and put them in your sub-directories. You better name each directory as I used numbers as an example.