Annotation of win32/dist.x64/cgi_xml/readme.en.txt, revision 1.1
1.1 ! moko 1: Apache Windows (CGI):
! 2: ------------------
! 3:
! 4: Put file parser3.exe to cgi-bin folder of your web-site.
! 5:
! 6: Create in root folder of your site file .htaccess and add these commands to it:
! 7:
! 8: # assign parser as .html pages handler:
! 9: AddHandler parsed-html html
! 10: Action parsed-html /cgi-bin/parser3.exe
! 11:
! 12: # disable access to .cfg and .p files:
! 13: <Files ~ "\.(p|cfg)$">
! 14: Order allow,deny
! 15: Deny from all
! 16: </Files>
! 17:
! 18: Note: default Apache server configration does not allow to use .htaccess files.
E-mail: