04-22-2019, 01:04 AM
hi,
Just installed beta2.
For some reason I can't access the default controller by just going to http://localhost:8080/mysite/
only by going to http://localhost:8080/mysite/public
I have changed the baseUrl to
also in the env file.
Thanks
Just installed beta2.
For some reason I can't access the default controller by just going to http://localhost:8080/mysite/
only by going to http://localhost:8080/mysite/public
I have changed the baseUrl to
PHP Code:
public $baseURL = 'http://localhost:8080/mysite/';
also in the env file.
Thanks