Apache serving wrong Content-Type for Rails files -
After the
Apache is serving its rail files with a content type of 'text / plain' in the title. I have installed mod_mime, a mime.types files with all the correct MIME functions, and the following code in my configuration. any idea?
Type default text / plain < IfModule mime_module & gt; TypesConfig /etc/apache2/mime.types AddType Application / x-sec .Z AddType Application / x-gzip.gz .tgz & lt; / IfModule & gt;
Not sure if this is relevant, but here I have the available folder from the file sites:
post-text itemprop = "text"> Grover looks like I
DefaultType text / plain
to
type default text / html Code>
Comments
Post a Comment