[SOLVED] using IP address works, using URL gets a white screen

bjb1959

Joined: 2011-07-22
Posts: 9
Posted: Tue, 2014-06-24 15:23

I have a different issue now. I am able to get to my using the IP direct http://68.x.x.x:40/gallery3 but if I use my URL http://bartburroughs.hopto.org/gallery3 I get a white screen. I use No-IP with a port forward to use port 40 instead of 80. not sure if that has anything to do with the URL not working or not. Any ideas?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-06-24 16:42

"This content cannot be displayed in a frame" is what I get.
So i suspect some security issue. Try removing:
header("X-Frame-Options: SAMEORIGIN"); from index.php

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bjb1959

Joined: 2011-07-22
Posts: 9
Posted: Tue, 2014-06-24 17:03

That did it. Thanks for that because I was not finding any error information in the logs that pointed to that and no errors were listed in the browser.