无法上传文件
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[PHP]]
&color(red){※This article is based on PHP 5.4};
#contents
wordpress 上传文件出现HTTP错误,怎么修改都不行
* 修改PHP.ini配置 [#a5c4b8d1]
修改PHP.ini配置中的 upload_tmp_dir 和 open_basedir项
#codeprettify{{
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use s...
; specified).
;upload_tmp_dir =/tmp
upload_tmp_dir =E:/websoft/temp
...
...
...
; open_basedir, if set, limits all file operations to the...
; and below. This directive makes most sense if used in ...
; or per-virtualhost web server configuration file. This ...
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =
open_basedir="E:/websoft/web/OfficeSite/decouvrir2"
}}
#hr();
コメント:
#comment_kcaptcha
終了行:
[[PHP]]
&color(red){※This article is based on PHP 5.4};
#contents
wordpress 上传文件出现HTTP错误,怎么修改都不行
* 修改PHP.ini配置 [#a5c4b8d1]
修改PHP.ini配置中的 upload_tmp_dir 和 open_basedir项
#codeprettify{{
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use s...
; specified).
;upload_tmp_dir =/tmp
upload_tmp_dir =E:/websoft/temp
...
...
...
; open_basedir, if set, limits all file operations to the...
; and below. This directive makes most sense if used in ...
; or per-virtualhost web server configuration file. This ...
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =
open_basedir="E:/websoft/web/OfficeSite/decouvrir2"
}}
#hr();
コメント:
#comment_kcaptcha
ページ名: