wordpress

WP_wordpress配置SMTP测试QQ邮箱提示SMTP Error: Could not authenticate_皮站网

WP_wordpress配置SMTP测试QQ邮箱提示SMTP Error: Could not authenticate

WP_wordpress配置SMTP测试QQ邮箱提示SMTP Error: Could not authenticate 原因:在第三方平台登录的QQ邮箱密码不是QQ密码,而是QQ邮箱网页版生成的授权码,这个授权码复制到SMTP插件中的密码那...
administrator的头像_皮站网administrator6个月前
10113
nginx下wordpress开启全站https出现所有栏目页为404问题的解决方法_皮站网

nginx下wordpress开启全站https出现所有栏目页为404问题的解决方法

解决方法: 打开nginx的配置文件nginx.conf,在http和https对应的server{}块中加入 location / {try_files $uri $uri/ /index.php?$args;}# Add trailing slash to */wp-admin requests.rewrite...
administrator的头像_皮站网administrator6个月前
8911