mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
docs/guide-ja/start-installation.md updated and translators.json added [ci skip] (#16964)
This commit is contained in:
committed by
Alexander Makarov
parent
c162bd7ae7
commit
d1c3dac0f7
@ -218,15 +218,17 @@ DocumentRoot "path/to/basic/web"
|
||||
<Directory "path/to/basic/web">
|
||||
# 綺麗な URL をサポートするために mod_rewrite を使う
|
||||
RewriteEngine on
|
||||
# ディレクトリかファイルが存在する場合は、リクエストをそのまま通す
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
# そうでなければ、リクエストを index.php に送付する
|
||||
RewriteRule . index.php
|
||||
|
||||
# UrlManager の $showScriptName が false の場合は、スクリプト名で URL にアクセスすることを許さない
|
||||
RewriteRule ^index.php/ - [L,R=404]
|
||||
|
||||
# ディレクトリかファイルが存在する場合は、リクエストをそのまま通す
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
# そうでなければ、リクエストを index.php に送付する
|
||||
RewriteRule . index.php
|
||||
|
||||
# ... 他の設定 ...
|
||||
</Directory>
|
||||
```
|
||||
|
||||
7
docs/guide-ja/translators.json
Normal file
7
docs/guide-ja/translators.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
"Kazunari Hoshina, @crifff",
|
||||
"Tomoki Morit,a, @jamband",
|
||||
"Atsuhi Sakurai @mocapapa",
|
||||
"Nobuo Kihara, @softark",
|
||||
"Hisateru Tanaka, @tanakahisateru"
|
||||
]
|
||||
Reference in New Issue
Block a user