I am installing tvdinner in a subdirectory of my web docroot, eg:
http://domain.com/tvdinner
I know I am getting close, Mason is running and the system is trying to redirect
to the auth page. (Even if I try hitting a Mason test file in /tvdinner, it
tries to redirect, which seems correct.)
However, redirection fails:
error: could not find component for path '/tvdinner/tools/redirect'
This is probably because I am not sure how to set up my paths in Conf.pm.
$App::TVDinner::Conf::conf->{webroot}
Is this the URL of my tvdinner installation, ie '/tvdinner' ?
$App::TVDinner::Conf::conf->{mp3webroot}
I have no idea what this is. (Note that my MP3s are NOT stored with my web docs,
I hope this is OK)
$App::TVDinner::Conf::conf->{interfaceroot}
I'm not sure what this is asking for.
$App::TVDinner::Conf::conf->{webhardpath}
I am assuming this is the *filesystem* path to the TVdinner files, ie
'/home/www/data/tvdinner'
$App::TVDinner::Conf::conf->{mp3hardpath}
I am assuming this is the *filesystem* path to the media files, ie '/home/mp3'
Thanks!