Just built two php sites on linode vps, one of which can be accessed normally.
Another visiting tip: This page contains a redirect loop.
chrome browser.
I suspect that there is a problem with the apache configuration. Does anyone have any friends who have encountered similar problems? Thanks!
習慣沉默2017-05-16 17:04:32
This web page contains a redirect loop, which means that when you visit A.php, A.php asks to jump to B.PHP, and B.PHP asks to jump to C.php. In my experience, it is not a problem with Apache, it should be Problem with your code!