I am attempting to redirect/alias a single file in a directory to cgi-bin and actually have the script run.
I can both alias and redirect the file in question, however the server will disply the script text as oppsed to actually executing.
We do not alias .cgi types because users in general do not have cgi access, so that option is not very open to me.
I would like to offer an option so that a ~user URL can be redirected to execute a script in cgi-bin, such as allowing users to have a dynamic home page when browser point to /~user/ as opposed to /cgi-bin/
So far, the execution part eludes me, comment and suggestions are most welcome.
Your time and effort is appreciated,
Regards,