nojjynb has asked for the wisdom of the Perl Monks concerning the following question:
I have a Catalyst app. It runs fine in CGI mode on it's own subdomain (abc.myserver.com), but it doesn't run from the subdirectory (myserver.com/abc). What do I need to change to make this work? Do I need to update the Catalyst App? The .htaccess file (it is on a hosted server, so I don't have access to any other configs)?
The reason I need to use the subdirectory instead of the subdomain is so I can use the right SSL cert. If there is an easy way to get the SSL cert to work with abc.myserver.com as well as www.myserver.com, I would love to hear that instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Catalyst from a sub directory
by bms (Monk) on Mar 14, 2012 at 04:26 UTC | |
|
Re: Catalyst from a sub directory
by Anonymous Monk on Mar 14, 2012 at 04:18 UTC |