From admin-index CONFIG-INC.PHP Variables:
Path to Reviewpost Installation (must be set properly for script to work): /var/www/html/mydomain.com/reviewpost
That tells me what I need to enter the path in the header and footer section. So I put in /var/www/html/mydomain.com/reviewpost/header.htm in the GLobal Options area, save changes and click "go back to user index" and the index page (or any other) won't display. It's blank.
I take that out and put /var/www/html/mydomain.com/reviewpost/footer.htm in the footer box. Same thing. Blank page.
I change the footer path to a virtual one -
http://mydomain.com/reviewpost/footer.htm - and it works. Index page comes up along with the included footer file.
I change the header path to a virtual one -http://mydomain.com/reviewpost/header.htm - and it doesn't work but the footer one still does.
So I know that my full path is correct in scenario 1 above but it causes an error that doesn't allow the page to display.
Any suggestions how to track this down?