Can I host cgi script outside CGI-BIN?
cgi script outsite cgi-bin
| manumiglani wrote: |
| Can I host cgi script outside CGI-BIN? |
The quick answer no.
There may be something that you could do within a .htaccess file, but I have no idea whether this is actually possible.
You can try something funky by wrapping php around it somehow.
Here's how to have a cgi script run outside of a cgi bin by using .htaccess:
http://blog.webhosting.uk.com/2006/07/06/executing-perl-scripts-outside-cgi-bin/
http://blog.webhosting.uk.com/2006/07/06/executing-perl-scripts-outside-cgi-bin/
Thanks for your help Guys!
