File:  [parser3project] / win32 / dist / cgi_xml / readme.en.txt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 12 14:02:51 2020 UTC (6 years, 5 months ago) by moko
Branches: MAIN
CVS tags: HEAD
-IIS, actualized

Apache Windows (CGI):
------------------

Put file parser3.exe to cgi-bin folder of your web-site.

Create in root folder of your site file .htaccess and add these commands to it: 

# assign parser as .html pages handler:
AddHandler parsed-html html
Action parsed-html /cgi-bin/parser3.exe

# disable access to .cfg and .p files:
<Files ~ "\.(p|cfg)$">
Order allow,deny
Deny from all
</Files>

Note: default Apache server configration does not allow to use .htaccess files.

E-mail: