In addition to the “public” face of the site, what the visitors see, there’s also the internal organization of the site to consider. Web pages can consist of text, graphics, scripts, style sheets, multimedia and other files. In order to make your site easier to maintain you should divide the web site into different folders and directories. For example, you could keep all your images in a folder called “images”. You could also further divide the site into separate folders for different types of content rather than having all your pages located in the root directory of the site. Not only do folders make your site more organized but you can also add security controls that only allow users to access designated areas of the site.
By taking the time to plan out your web site before you start developing, you’ll find it much easier later on to maintain and you’ll ensure that visitors to the site are easily able to navigate it’s contents.