mediabrowser behind subdomain
I'm trying to put mediabrowser behind the subdomain as it's a royal pain having to type the port number and my partner isn't as computer savvy as I am so I want a nice simple url.
I can access media browser directly (http://www.mydomain.co.uk:23424/mediabrowser/) and it's fine so I know it's working ok. When I try and use the subdomain (media.mydomain.co.uk) I can see the login page, but it won't accept my password.
I'm getting an error in the log for each login attempt, but I'm not sure if this is due to a serviio issue or an apache config problem....
2013-03-25 18:31:16,224 WARN [ServiioStatusService] Returning error code to the REST layer: Method Not Allowed (405) - The method specified in the request is not allowed for the resource identified by the request URI
The apache config file looks like:
Any ideas?