It only affects me when I am not logged in. if I go to content.php then everything works fine.
--------------- Added [DATE]1416174318[/DATE] at [TIME]1416174318[/TIME] ---------------
Quote:
Originally Posted by ozzy47
Are guests allowed to view the CMS, and it's content?
|
yes, for instance if they click the link the homepage comes up
--------------- Added [DATE]1416174489[/DATE] at [TIME]1416174489[/TIME] ---------------
The seemed to start after I installed 4.2.3 Beta 3
--------------- Added [DATE]1416174521[/DATE] at [TIME]1416174521[/TIME] ---------------
You can view it here
http://www.canesinsight.com
--------------- Added [DATE]1416174940[/DATE] at [TIME]1416174940[/TIME] ---------------
i just redirected by commenting out everything in index.php and adding the following. Curious to the root cause though.
PHP Code:
header("Location: content.php");