Panel 404 Error on Live Server, Works Fine Locally

Damn, turns out it was permissions. I had fixed them locally but something got screwed up. After running this cron command on the server everything was fine. cd /home/{sitedirectory}/public_html ; find -type f | xargs chmod 644 ; find -type d | xargs chmod 755
Only remaining issue probably has something to do with varnish cache, because I can’t login on Chrome but Firefox is fine. Can not login with Google Chrome Still, better than no access.

1 Like