Opened 14 years ago
Closed 14 years ago
#3556 closed enhancement (fixed)
pc_frontend アプリケーションの prod 環境のURL に必ず index.php が含まれる
Reported by: | ebihara | Owned by: | ebihara |
---|---|---|---|
Priority: | minor | Milestone: | OpenPNE3.0.1 |
Component: | core | Version: | 3.0.x |
Keywords: | Cc: |
Description
pc_frontend アプリケーションの prod 環境のURL に必ず index.php が含まれる。
設定値の no_script_name が有効になっているが、 http://labs.uechoco.com/blog/2009/02/openpne300-no_script_name-index-php.html での指摘通り、sfOpenPNEWebRequest::initialize() メソッドで第四引数 $options を想定していないのが原因。
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from nobody to ebihara |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
r10592 で修正しました。
報告していただいた uechoko さん、ありがとうございました!