ipにポート番号を含んでいるとログインできない説

イントラにあるWinにApache入れている。

http://localhost:8080/booked/Web/

これでアクセスしてログインできたりできなかったりして頭を抱えた。

c:\apache24\conf\httpd.conf

Alias /booked "C:/Apache24/htdocs/booked"

Order allow,deny
Allow from all

C:\Apache24\htdocs\booked\config\config.php

/*$conf['settings']['script.url'] = 'http://localhost:8080/booked/Web/';*/
$conf['settings']['script.url'] = 'http:';

これでできた。

<参考>
http://php.brickhost.com/forums/index.php?topic=15418.0
https://teratail.com/questions/64609