When in back office, "exit to blog" takes me to http://bernards.mainlib.org/blog -- but I've found that this doesn't work. What does work as a URL is http://bernards.mainlib.org/blog/ WITH the ending slash. however, the coding for _config.php states no ending backslash. How else do I get my users to "exit to blog" properly if they can't click this button? Is there a fix?
$baseurl = 'http://bernards.mainlib.org/blog'; // IMPORTANT: NO ENDING SLASH !!!
The link without the trailing slash shows up as http://www.bernards.mainlib.org/blog/ after you click it. Notice the www. I'm not sure why that is being inserted, but could that be part of the problem?