in reply to New to CGI, but having problems
With cgi-bin generally can help following trick :
place file .htaccess in your directory :
After this you can use your .pl files outside cgi-bin directoryAddHandler perl-script .pl <Files *.pl> Options +ExecCGI </Files>
Try this solution. It should work on many hostings.
Note: AllowOverride FileInfo must be enabled
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: New to CGI, but having problems
by mzfp (Initiate) on Apr 26, 2002 at 15:21 UTC |