hello friends.....
can anyone tell me about why PHP cannot include a file only when accessing the website with SSL?
I can access my webpage using http or https. When I access using , the PHP script it works fine. When I access using https,, PHP fails because it cannot access files that are include'd in the script. I've checked the include_path is the same. What's wrong?
thanks ....
