humf...Mea culpa Replying to myself... Currently, I search to rewrite html page send by servers with the 503 http status code...Reading the delegate manual, I just discover the FILETYPE option in the delegate manual... To stand in the "Guillaume say stupid things" subjet, is my last post (http://www.delegate.org/mail-lists/delegate-en/2579) totaly useless as the same way ? Shame on me... cheers, -- JGuillaume de Rorthais GPG/PGP ID : 0x2A47BED0 -- REPLYING TO THE FOLLOWING MESSAGE -- From: Jehan-Guillaume de Rorthais <p4edabdyi-mxhgu47pvp3w.ml@delegate.org> Date: 26 Mar 2004 15:07:03 GMT Message-ID: <_A2581@delegate-en.ML_> -- Hi, Here a small patch from the 8.9.2 delegate tree. It just allow to use css stylesheet with mozilla clients (mozilla, firerbird, firefox)... Indeed, I use analog/rmagic for statiscs with delegate as http intranet server. My statiscs page were create in xhtml with stylesheet. With IExplore, it worked but not with the mozilla browsers... I found the solution in this thread : http://wordpress.org/support/3/3297 have a nice day ;) .o0ー0o. Patch .o0ー0o. ~~~~~~~~~~~~~~~~~~~~~~ --- delegate8.9.2/src/filetype.c Tue Mar 18 22:26:32 2003 +++ ../+delegate8.9.2/src/filetype.c Fri Mar 26 15:25:48 2004 @@ -79,6 +79,7 @@ "INDEX :0 :TXT :text :text/plain", "HELP :0 :TXT :text :text/plain", "/ :1 :DIR :directory :text/html", + ".css :0 :TXT :text :text/css", 0 }; ___________________________ ー0o.o0ー End of Path ー0o.o0ー -- JGuillaume de Rorthais GPG/PGP ID : 0x2A47BED0