Manual:$wgImgAuthUrlPathMap/ja

Category:MediaWiki configuration settings/ja#ImgAuthUrlPathMapCategory:MediaWiki configuration settings introduced in version 1.23.0/ja#ImgAuthUrlPathMapCategory:MediaWiki configuration settings still in use/ja#ImgAuthUrlPathMapCategory:Upload variables/ja#ImgAuthUrlPathMap
ファイルとファイル アップロード: $wgImgAuthUrlPathMap
内部 mwstore:// 基底ストレージ パスに一致する相対 URL ディレクトリのマップ。
導入されたバージョン:1.23.0 (Gerrit change 95304; git #0eb52399)
除去されたバージョン:使用中
許容される値:未指定
既定値:[]

詳細

For img_auth.php requests, everything after img_auth.php/ is checked to see if starts with any of the prefixes defined here. The prefixes should not overlap. The prefix that matches has a corresponding storage path, which the rest of the URL is assumed to be relative to. The file at that path (or a 404) is send to the client. 例:

$wgImgAuthUrlPathMap['/timeline/'] = 'mwstore://local-fs/timeline-render/';

The above maps .../img_auth.php/timeline/X to mwstore://local-fs/timeline-render/. The name local-fs should correspond by name to an entry in $wgFileBackends .

Category:MediaWiki configuration settings/ja Category:MediaWiki configuration settings introduced in version 1.23.0/ja Category:MediaWiki configuration settings still in use/ja Category:Upload variables/ja