Forum Moderators: phranque

Message Too Old, No Replies

Full control over open directory HTML code?

Adding a doctype, stylesheet within the head element, etc?

         

JAB Creations

12:38 am on Feb 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd like to make my open directories standards compliant but I'm not sure how to do this. I'm running apache 1.3x on a shared server.

John

jdMorgan

1:28 am on Feb 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think maybe you're looking for the HeaderName [httpd.apache.org] directive.

Jim

JAB Creations

2:01 am on Feb 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I already use that..
HeaderName /head.html
ReadmeName /foot.html

It keeps sticking this at the top...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Index of *</TITLE>
</HEAD>
<BODY>

I want to get rid of that junk and use my own doctype for example.

John