Apache log had the alert which solved the issue
/var/www/html/mysite/.htaccess: Invalid command ‘BEGIN’, perhaps misspelled or defined by a module not included in the server configuration
I just needed to change this in my .htconfig
from: ” BEGIN WordPress”
to__: “#BEGIN WordPress”