I am unable to configure magento 2.4.3-p1 to use SSL. When I enable ssl I get 404 page not found on the backend and on the frontend is showing the magento root folder directory listing (I can see the files in the magento root directory).
ssl is properly configured as I can access phpmyadmin using https
any help is appreciated
Regards
Solved! Go to Solution.
problem solved after adding
<Directory "/var/www/html">
AllowOverride All
</Directory>
Regards