Here is how it is really done with Apache 2 ...

You need to change the mime type of the request so that the witango plugin
will pick it up and process it.


<Directory />
     Options FollowSymLinks
     AllowOverride None

      <Files *.html>
          ForceType application/witango-application-file
      </Files>
  </Directory>


This will force all html files in the / directory to have a mime type
that will be processed by the witango plugin for apache 2.

You can set this directive based on virtual hosts or globally.


Regards

Phil





________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to