- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: index swf
This happens because remote server sends "Content-Type: application/octet-stream" header for swf files. There three possible solutions: 1. Fix Content-Type for swf files at this server. 2. Add Mime application/octet-stream text/html "/usr/local/dpsearch/sbin/swf2html $1" command into your indexer.conf file. This is semi-correct solution. 3. Use "UseRemoteContentType no" command to disable using remote content-type from server reply headers and specify appropriate set of content-types and extenstions using AddType command: AddType application/x-shockwave-flash *.swf AddType text/html *.htm *.html *.shtml AddType text/plain *.txt and so on - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1165854588
