Re: Ver5.7のログイン画面のURLを変更する方法

2016年10月24日 at 9:46

いつもありがとうございます。

2.の【管理画面 - ページとテーマ - シングルページより、希望 URL のページを追加する】は理解しました。

1.の
・/application/authentication/concrete/controller.php
・/application/authentication/concrete/form.php
ですが、

仮に
・/application/controllers/single_pages/zzz/xxx.php
・/application/single_pages/zzz/xxx.php
としていた場合、

namespace Application\Authentication\Concrete;
で、/login → /zzz/xxxになるのか、
namespace Application\Authentication\Concrete\Zzz;
で、/login → /xxxになるのでしょうか?
または、
namespace Application\Authentication\Concrete\Zzz;
で、/login → /zzz/xxxでしょうか?

それとも、
・/application/authentication/concrete/zzz/controller.php
・/application/authentication/concrete/zzz/form.php
でしょうか?

基本的なことを伺って申し訳ないです。
色々試してはいるのですが、結果はすべてエラーになるので・・