Integrated
Integrated copied to clipboard
Non rewrited baseUrl does not seem to work
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.