in reply to Catalyst from a sub directory
This problem is fairly common. CGI scripts need to be in a directory that explicitly allows their execution. This is typically cgi-bin, but any directory can be configured to allow the execution of CGI scripts. This requires access to server configuration files though. Another option is to deploy in cgi-bin and use mod_rewrite to pretty up your urls.
|
|---|