Linux安装WordPress
Linux 安装WordPress ² 所使用软件 (1 )虚拟机: Vmware workstation 11.0.0 build-2305329 (2 ) Linux:Red Hat Enterprise Linux 6 ² 搭建过程 一.下载 下载wordpress-4.3.1-zh_CN.tar 网址: http://wordpress.org/download/ 二.安装步骤 1. 安装配置php 、mysql 、apache 服务 yum – y install httpd php php-gd php-mysql mysql-server mysql-client 2. 修改apache 配置文件 vi /etc/httpd/conf/httpd.conf -- 找到如下内容: AddType application/x-compress .Z AddType application/x-gzip .gz .tgz -- 然后在后面添加如下内容: AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php-source .phps 保存退出,并重启apache service httpd restart 3.在/var/www/ 下建立一个文件index.php 里面写入: <