I am trying to complete the scrum install and have placed the scrum files in a subdomain on my server, created and setup the db and grabbed the lightview and protip licenses. I think i might be misunderstanding this piece of the installation doc: If you choose to install theSCRUM in a dedicated directory, please replace “/%%your-directory%%/” with your actual directory (from the root of your web server).
in global.php
define('PATH_TO_ROOT', '/%%your-directory%%/');
i have: define('PATH_TO_ROOT', '/%%poo/www/vhosts/domain.com/subdomains/scrum%%/');
in .htaccess
AuthUserFile /%%full_path_to%%/.htpasswd
i have: AuthUserFile /%%poo/www/vhosts/domain.com/subdomains/scrum%%/.htpasswd
when i try to refresh the domain I just get a blank page. any thoughts?
