I know that it is possible to set a extension like .pl to be run as cgi-scripts using
AddHandler cgi-script .pl
but is it possible to make files with no extension running as cgi-scripts and all other files (.html, .htm, .jpg etc) running like usual in a specified directory?
Thanks in advance
Masali
AddHandler cgi-script .pl
but is it possible to make files with no extension running as cgi-scripts and all other files (.html, .htm, .jpg etc) running like usual in a specified directory?
Thanks in advance
Masali