Having a problem with logout link in Password Protect. Set the following address in password_protect.php:
// User will be redirected to this page after logout
define('LOGOUT_URL', 'http://www.kitsumkalum.fnschools.ca/notebye.html target=main');
But when I click on the link I get this:
You have reached this web page by typing "example.com", "example.net", or "example.org" into your web browser. These domain names are reserved for use in documentation and are not available for registration. See RFC 2606, Section 3.
Did a word search for "example" in password_protect.php and wasn't able to find out where it was coming from.