Is there something I can put at the top of my other admin pages on my website that will use the admin authentication from amember?
You can use this code: Code: require "/full/path/to/amember/config.inc.php"; require "/full/path/to/amember/admin/login.inc.php";
That seems to work but I get this message: WARNING: Cannot modify header information - headers already sent in line 1633 of file common.inc.php /mnt/target03/351606/401410/www.maxsdiecastcarmuseum.com/web/content/amember I put that tag before the <head> tag
Make sure you do not have spaces or extra line carriages at the bottom of the file when you save it. Also, make sure (in your code) you don't have a separate "session start" statement..