Apache web server question

Hi - Maybe not the right forum for this but I will ask anyway..

I recently installed apache on my ultra 10 - solaris 9...
Working okay - and I have some docs in my htdocs directory that I can access through a web browser..

Now I want to get a bit fancy and change the home page so I can categorize the documents and have a better layout...

Any advice on this?
I havent really dealt with HTML as of yet - so any good tutorials that might get me going would be great....

Well, this is definitely an HTML issue.

Your best bet is to create an index.html file in the htdocs directory, and then have links to your various documents from that file.

www.w3schools.com has some good HTML/XHTML/CSS tutorials.

And once you've mastered that, you can start learning the interesting stuff like Perl and PHP and producing dynamic content :wink:

Cheers
ZB

Cheers!! :slight_smile:

That will get me started anyway....