|
|
x64 dist initial: SQLite version 3.31.1 mysql-5.5.62-winx64 postgresql-12.2-1 curl-7.64.1.cab
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.