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: Order allow,deny Deny from all Note: default Apache server configration does not allow to use .htaccess files.