在Centos上安裝wordpress
- yum install wordpress
- cat /usr/share/doc/wordpress-4.1/README.fedora(按照裡面的步驟建立資料庫)
- 訪問http://host/wordpress 發現這個錯誤 "client denied by server configuration: /usr/share/wordpress/"
- 檢查 vi /etc/httpd/logs/error_log 發現 "client denied by server configuration: /usr/share/wordpress/" 說明apache已經把請求轉到指定目錄,但是由於apache的設定被禁止了
- 檢查 vi /etc/httpd/conf/httpd.conf 沒找到wordpress設定,但是發現"Include conf.d/*.conf"
- 進一步檢查 vi /etc/httpd/conf.d/wordpress.conf 發現預設選項是 "Deny from All" 只允許本機的。所以改成 "Allow from All"就好
- service httpd reload
http://ahmed.amayem.com/installing-wordpress-step-2-setting-up-mysql-for-wordpress-using-command-line-mysql-client-on-linux-centos-6/
1. sudo vi /etc/wordpress/wp-config.php 設定資料庫名和使用者名稱
2. mysql> grant all privileges on wordpress.* to wordpress@localhost identified by 'wordpress';
3. http://tt/wordpress/wp-admin/install.php
解決 /usr/share/wordpress/.htaccess: RewriteEngine not allowed here
http://stackoverflow.com/questions/6995545/htaccess-rewriteengine-not-allowed-here
相關文章
- CentOS 7上安裝WordPress詳細步驟CentOS
- 在CentOS上安裝dockerCentOSDocker
- 在centos上安裝molochCentOS
- 在CentOS上安裝GitCentOSGit
- 在CentOS 8.1上安裝 DockerCentOSDocker
- 在Centos7上安裝DockerCentOSDocker
- Centos7安裝WordPress詳細教程CentOS
- 在CentOS 7.5上安裝和配置ProFTPDCentOSFTP
- 在Red Hat和Centos上安裝MongoDBCentOSMongoDB
- 截圖利器:shutter在centos上的安裝CentOS
- 在 Centos/RHEL 6.X 上安裝 WettyCentOS
- 在Centos8上安裝和使用curlCentOS
- 在centos7上安裝mysql5.7CentOSMySql
- 在Centos7上安裝Redis6CentOSRedis
- CentOS 上安裝 NginxCentOSNginx
- centos上安裝grafanaCentOSGrafana
- 在linux centos伺服器上安裝telnet命令LinuxCentOS伺服器
- 在rhel和CentOS上安裝SQL Server的方法CentOSSQLServer
- PostgreSQL tar.gz在centos7上安裝SQLCentOS
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)線上安裝方式LinuxRedhatCentOSMySql
- WordPress 線上安裝或更新錯誤
- 安裝wordpress教程詳細安裝wordpress步揍
- centos 線上安裝 dockerCentOSDocker
- 在 CentOS 中安裝 nodejsCentOSNodeJS
- 在 CentOS7 上安裝 zookeeper-3.4.9 服務CentOS
- 在Centos7上安裝圖形化桌面工具CentOS
- openGauss資料庫在CentOS上的安裝實踐資料庫CentOS
- 記一次在CentOS上安裝GitLab的流程CentOSGitlab
- Docker架構及在Centos7上安裝dockerDocker架構CentOS
- 在VMware已安裝的CentOS7.9上編譯安裝mysql5.6CentOS編譯MySql
- Centos7上安裝dockerCentOSDocker
- Linux Centos上安裝 MySQL 8.0.16LinuxCentOSMySql
- Centos上安裝Node環境CentOS
- 在VMware上安裝CentOS版本的Linux虛擬機器CentOSLinux虛擬機
- 在CentOS 8上安裝與配置Apache虛擬主機CentOSApache
- 在CentOS7上安裝MySQL5.7-YUM源方式CentOSMySql
- 在linux(Centos 7以上版本親測)上安裝mysql5.6LinuxCentOSMySql
- VIM在CentOS7上的無root許可權安裝CentOS
- 在Centos 上安裝oracle-database-preinstall-19c軟體包CentOSOracleDatabase