Help on CakePHP3 https Issues

Hi All,

We have an application build with cakephp 3. It is hosted on digital ocean, we have installed the Let’s Encrypt ssl certificate. Only the home page is opening rest of the pages are showing 404 error.
The homepage is not able to load some of the static resources.

How could we fix this issue?

We have solved the issue by following the following directions:

https://book.cakephp.org/3.0/en/installation.html#apache especially

<Directory /var/www>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order Allow,Deny
    Allow from all
</Directory>