These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Virtualmin package updates broke http to https redirects on the new forum.
This morning i run some package updates.
now all my https websites that have redirects on no longer work correctly.
i now get the a Forbidden page "You don't have permission to access / on this server." Apache Server port 80
if i put the https into the domain it works. what has changed to cause this to stop working
Just a note for anyone that has the same problem. this issue is not a redirect issue. this issue was after updating packages. for some reason my apache no longer allowed the
<VirtualHost *:80>
and to fix this i had to put the interface ip
<VirtualHost 79.00.00.01:80>
(obviously swap out 79.00.00.01 with your interface ip)