2015-06-15

chau wrote:

Hi everyone,

I installed codeception in my project, I set in file WelcomeCept.php the variable $I->amOnURl('http://thankyou.org.jp')
and in file acceptance.suite.yml the url:'http://thankyou.org.jp'

When I run the command: php codeception.phar run acceptance --debug, I got error
Host] http://thankyou.org.jp
[Response] 200
[Page] https://abc.jp
[Cookies] []
[Response] 404

I dont know why it changed the link from thankyou.org.jp to abc.jp
So that it doesn't see the acceptance_test.php file
This file I put in /thankyou.org.jp/html/acceptance_test.php
Could anyone know the reason, please share to me.
I checked VirtualHost file and ssl file, but there's nothing strange.

The WelcomeCept.fail.html's content:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

Not Found

The requested URL /acceptance_test.php was not found on this server.

Apache/2.2.17 (CentOS) Server at abc.jp Port 443

Any advice will be welcomed.
Thanks,

Posts: 1

Participants: 1

Read full topic

Show more