安裝好 wordpress 5 ,修改永久連結(Permalinks) 後新增文章
如果出現 Publishing failed 或是 發佈時發生錯誤 等錯誤訊息
請確認 apache 的 rewrite module 是否有安裝並啟用
<Directory "/home/www/wp">
....
AllowOverride All
....
</Directory>
並且在 wordpress 的目錄下面新增一個 .htaccess 檔案
內容如下
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp5/index.php [L]
</IfModule>
WordPress架站的12堂課增訂版:網域申請x架設x佈景主題x廣告申請
作者: 張正麒, 何敏煌
出版社:碁峰
文章標籤
全站熱搜
留言列表