Hello,

 

If we are accessing subversion repository through WebDev module , then
the  content type will be send to the client depend the property what we
have set for files. It won't look into apche mime types. But there is a
way to edit the header information for Content-type

 

For example:

<IfModule headers_module>

  SetEnvIf Request_URI "\.docx$" docx_file

  RequestHeader edit Content-Type
"application/vnd.openxmlformats-officedocument.wordprocessingml.document
" env=docx_file

</IfModule>

 

But it is not working,  could you please help me to configure this with
svn ?

 

Thanks & Regards,

Dinoj D

Reply via email to