I have a problem when php was loaded via secure server. It returned "HTTP Error 403 - Forbidden ". so I changed permission to 777 it returned "500 Internal Server Error".
This php was worked fine on non-secure server that point to the same location.
I loaded the produced page from php on non-secure server and save it into .html. Then I used secure server to load the .html page that produced from php. It worked. My assumption is something might be wrong inside php when using secure server.
Help me please.