logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于phpmailer在腾讯云上发送邮件报错的问题

  首先本人在本地用的是phpStudy环境,能发送邮件。在腾讯云上是自己配置的环境,具体环境配置可以看本人的操作步骤详解。    好了,首先部署到腾讯云上报的错是:Could not connect to SMTP host 看了网上很多说什么"fsockopen 和pfsockopen 经常被服务器端关闭"。尝试了解决方案都不行。最后看到PHPMailer需PHP的sock

phpstudy+laravel的伪静态设置

laravel框架使用phpstudy集成环境时如果用的是Nginx,则可能需要设置一下伪静态规则。# Check if a file exists, or route it to index.php.try_files $uri $uri/ /exploit/index.php?$query_string;if (!-e $request_filename) {rewrite^(.*)$/ind

#laravel
到底了