[closed]

path to root

(2 posts) (2 voices)
  1. 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?

    Posted 1 year ago #
  2. admin
    Key Master

    Hi,
    So you want theSCRUM to be available at: http://scrum.yourdomain.com
    So basically, theSCRUM is installed at the root of http://scrum.yourdomain.com
    In terms of configuration this should be sthg like:

    define('PATH_TO_ROOT', '/');

    In .htacess:

    AuthUserFile /poo/www/vhosts/domain.com/subdomains/scrum/.htpasswd

    Hope it helps,
    Nicolas

    Posted 1 year ago #

Topic Closed

This topic has been closed to new replies.