1、在 Laravel 6 中,访问:https://wshop.local ,302 跳转至 https://xxx.xxx.xxx.top 。如图1
2、在源代码中查找:xxx.xxx.xxx.top,未找到。且数据库已经将 xxx.xxx.xxx.top 全部替换为 wshop.local。
3、在 Redis 中存在键名:laravel_cache:main_domain_cache,其值:s:26:”xxx.xxx.xxx.top”;。如图2
4、清空 Redis 后,再次访问:https://wshop.local ,响应 500。未 302 跳转。符合预期。如图3
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/250719.html