Hi

I have a plain text (*.txt) in a href <a href="example.txt">Example</a>  with 
this characters:

<?php
        function calculardni($obj) {
                if (empty($obj)) {
                        ...
                }
        }
?>

But when a click in the link i watch <?php function calculardni($obj) { if 
(empty($obj)) { ... } } ?>
And when i see the type. This is text/html.

How i change at text/html to text/plain for i see the correct file. I think is 
as mimetype. I add in file mime.conf

text/plain {
 suffixes txt
}

but this don't work. Where is the problem??

Thanks a lot and sorry for my english

-- 
Victor Santos Garcia
http://vctrsnts.dyndns.org
"Hay 10 tipos de personas en este mundo."
"Las que saben binario y las que no."
_______________________________________________
Cherokee mailing list
Cherokee@lists.alobbs.com
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to