I'm having a website which have a lot of subdirectories, and each of subdirectory has separate index.html page. Question is how to make a general page index.html who has included all subdirectories indexpages (automatically of course) Example mysite.com/auto mysite.com/computer mysite.com/video each has own index.html how can i make mysite.index.html who has all links inside /auto.index,html, / comp ..... Thank you
Make a splash page or something, or choose your main one and use that as index and make it link to the other sites.
problem is how to make automatically index.html which contains all the other pages ... they are about 100 directories, but i don't want to type it manually
Why do you want this? You can link index.html in all directories by making home page (mysite.com/index.html). May be I am confused, do you want to link index.html in all subdirectories or links on that all index.html.
problem is do you know any program to make those main index ? i want main index.html to include all subdirectories html (they are 200+). I want to make home page automatically with some program .. becouse it has 200+ subs who has each a separate index.html