I added SSL on my site and and updated the 'http://' to 'https://' in the absolute paths.
I am receiving an error on my relative php include though.
CODE:
include("connection.php");
Error Message
Warning: include(connection.php) [function.include]: failed to open stream: No such file or directory in pathTo/includes/index_header.php on line 57
I am assuming I need to update something to "https" but I don't know where.
if(file_exists('connection.php')){echo 'yes'}
and then try to find why? – Akam 39 mins ago