sudo apt install apache2 libapache2-mod-php php7.4-sqlite3
wget https://downloads.wordpress.org/plugin/sqlite-integration.1.8.1.zip
wget https://wordpress.org/latest.tar.gz
tar xvfz ./latest.tar.gz
unzip ./sqlite-integration.1.8.1.zip
sudo mv wordpress /var/www/html/
sudo cp wp-config-sample.php wp-config.php
sudo mv sqlite-integration /var/www/html/wordpress/wp-content/plugins/
sudo cp db.php /var/www/html/wordpress/wp-content/
sudo chown -R www-data:www-data ./wordpress
sudo service apache2 restart
http://IP/wordpress/wp-admin/install.php
Category Archives: WordPress
未能找到WordPress内容目录
通过FTP,找到WordPress网站根目录里的 wp-config.php 配置文件,把下面这段代码加到该文件末尾(最后一行的”?>”之前):(以我的根目录为‘wwwroot’为例):
ubuntu wordpress sqlite
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install apache2 -y
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.1-fpm php7.1-mcrypt php7.1-cli php7.1-xml php7.1-mysql php7.1-gd php7.1-imagick php7.1-recode php7.1-tidy php7.1-xmlrpc
sudo apt-get install libapache2-mod-php7.1
sudo apt-get install php7.1-sqlite3
wget https://wordpress.org/latest.tar.gz
wget https://downloads.wordpress.org/plugin/sqlite-integration.1.8.1.zip
tar xvfz ./latest.tar.gz
unzip ./sqlite-integration.1.8.1.zip
sudo mv wordpress /var/www/html/
sudo chown -R www-data:www-data /var/www/html/wordpress
mv wp-config-sample.php wp-config.php
mv sqlite-integration /var/lib/wordpress/wp-content/plugins/
mv /var/www/html/wordpress/wp-content/plugins/sqlite-integration/db.php /var/www/html/wordpress/wp-content/
sudo service apache2 restart
IP/wordpress #start installation
wordpress 更改 apache首页
修改apache默认主页要修改两个文件:
/etc/httpd/conf/httpd.conf
/etc/httpd/conf.d/php.conf
修改这两个文件的 DirectoryIndex 后的文件名。 Continue reading wordpress 更改 apache首页
lampp+wordpress主机数据库错误修复方法
突然断电后可能会导致wordpress+mysql数据链接不上的问题。
重启lampp显示mysql ok
手动启动/lampp/sbin/mysqld显示一堆错误
查阅/lampp/var/mysql/*.err文件,查找错误描述: Continue reading lampp+wordpress主机数据库错误修复方法
Raspberry Pi With WordPress
Web Server Setup and WordPress
Set up a web server on your Pi and install WordPress
Step 1: Set up Apache Web Server
Apache is a popular web server application you can install on the Raspberry Pi to allow it to serve web pages.
Continue reading Raspberry Pi With WordPress
WordPress 地址设置
博客地址和网站地址
默认的p-config.php中不包含这两个定义,不过为了改善WordPress的性能,还是需要添加的。这两个设置是在2.2版本引进来的。在wp-config.php 中添加者两个定义可降低数据库查询数,提高网站的运行。 Continue reading WordPress 地址设置
修改wordpress文件上传的大小限制
方法一:
在主机空间的根目录新建一个php.ini文件,里面使用如下代码。
post_max_size = 64M //64M为想设置的大小限制
max_execution_time = 300 //300为想设置的上传时间限制
禁止连接fonts.googleapis.com
方法三:
把方法一、二中functions.php文件添加的函数删除,
安装Disable Google Fonts插件,并启用。 Continue reading 禁止连接fonts.googleapis.com
WordPress 页面排序
页面,快速编辑,排序,填入数字,数字代表优先级,同样数字随机排列