I am building a new phpBB3 site in a development environment using WAMP (localhost). I am limiting the Board to one style only = "JBlue". I started with a clean version of JBlue and I have added three of my own pages into the phpBB3 site. Each one has an html template file in the JBlue Styles folders and a php configuration file in the bulletin board root folder (with index.php). Everything is working great except one little thing.
Everytime I navigate to one of the pages that I have added, the session ID is dropped from the browser link. When I go back to the board index I am logged out. I don't want the user to have to log back in after navigating to the new pages I am adding.
The filepath in the development environment I am using is C:\calfire\discuss\phpBB3\. When the new site is published the domain will be
http://www.calfire.orgHere is the code for the template file of my photos page (photos_body.html).
Here is the code for the php file of my Photos page (photos.php).
I have tried changing the phpbb_root_path...but every time I change it my new pages will no longer load, I just get a blank screen. The new pages only display when the phpbb_root_path is './'