On Fri, Nov 04, 2005 at 04:03:26PM +0100, Jean-Marc Liotier wrote: > Does anyone here have any idea about how I can persuade Apache to treat > this shell script as a normal text file ?
I believe it is a mime-type issue. Try putting the following in a .htaccess file in the same directory: AddType text/plain .sh You need Override FileInfo at least (see <http://httpd.apache.org/docs/1.3/mod/directive-dict.html#Override> for 1.3) -- Jon Dowland http://jon.dowland.name/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]