Alipay computer website payment interface in the server test error 500-internal server error how to solve?

is when you click to jump to the PHP page that is paid for by scanning the code, it is possible to run it in the test environment, but 500 errors are reported during the server test. Is it the configuration of the server? How do I configure it?


Mar.22,2021

is not a configuration problem. I think the code error may be caused by the difference between your online environment and the test environment. Generally speaking, it is the error of code execution


1, look at the server error log
2, and write the log to see what went wrong


you can check the error step by step.


look at the IIS error log and PHP error log, you should find the answer

Menu