<Directory "C:/xampp/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /TRNORDER "C:/xampp/cgi-bin/TRNORDER.exe"
<IfModule mime_module>
#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi .exe .pl
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</IfModule>
還有網路芳鄰還沒搞定…
全站熱搜
留言列表