2014年1月12日日曜日

wordpress 固定ページの表示エラー。

固定ページの表示がされないエラー。

フォルダーが自動で作られる所に自動で作られない。


原因。
apacheで.htaccessを許可していなかった。
で、書き込みができなくなっていた。

/etc/httpd/conf/httpd.conf

------------------------------------------
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
    AllowOverride None
  ↓
    AllowOverride All ← .htaccessの許可

--------------------------------------------------


# /etc/rc.d/init.d/httpd restart 

0 件のコメント:

コメントを投稿