On Thursday, 26 April 2012 at 03:45:01 UTC, Nathan M. Swan wrote:
P.S. Sorry this might be in the wrong forum, but now I can advertise my homepage as "index.d" instead of compiling it and having it be "index.cgi"

On Apache, you can do something like this in your
.htaccess:

Options +ExecCGI

<Files "app">
        SetHandler cgi-script
</Files>

Reply via email to