Integrated icon indicating copy to clipboard operation
Integrated copied to clipboard

Non rewrited baseUrl does not seem to work

Open wislem opened this issue 10 years ago • 0 comments

Hello and thanks for a great package Jeffrey :)

I am trying to have a baseUrl like so:

https://localhost/project_name/public

but all my $this->visit('...') return a NotFoundException.

Any ideas why? The actual web app works on that baseUrl, like

https://localhost/project_name/public/p/list

Not using the custom baseUrl, all work fine except that forms do not have the proper action urls inside (viewed them using dump()), so the submitForm() or press() methods return unwanted results. Thanks in advance.

wislem avatar Sep 28 '15 08:09 wislem