欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

wordpress问题总结

程序员文章站 2022-04-16 23:50:44
...

systemctl start mysql
systemctl enable mysql

wordpress问题总结

$home = 'http://'.$_SERVER['HTTP_HOST'];  
  
$siteurl = 'http://'.$_SERVER['HTTP_HOST'];  
  
define('WP_HOME', $home);  
  
define('WP_SITEURL', $siteurl);

wordpress一直提示更新

在php.ini中启用scandir函数


sudo /etc/init.d/nginx restart
sudo /etc/init.d/php-fpm restart