View Single Post
Old 12-07-2012, 05:00 PM   PM User | #2
Rowsdower!
Senior Coder

 
Rowsdower!'s Avatar
 
Join Date: Oct 2008
Location: Some say it's everything.
Posts: 2,007
Thanks: 5
Thanked 395 Times in 388 Posts
Rowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura about
If you don't want to have to create an index file in each directory then htaccess is really your best (and perhaps only) option.

You can either set a redirect/rewrite to a page that does exist (which, from your question, I assume you know how to do already) or you can specify your default index page so that users can still visit /folder/ and they will see your content.html page.

Setting the default index page to be your contents.html file would look something like this:

Code:
DirectoryIndex content.html
__________________
The object of opening the mind, as of opening the mouth, is to shut it again on something solid. –G.K. Chesterton
See Mediocrity in its Infancy
It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
Seek and you shall find... basically:
validate your markup | view your page cross-browser/cross-platform | free web tutorials | free hosting
Rowsdower! is offline   Reply With Quote