404 error after updating cyberpanel 2.1

I get 404 error on my one of domain typingbuzz.com hosted in cyberpanel after update… Other domains are working fine…

What will be the problem…

Please check if there is .htaccess file present. If not, then create one and add the default wordpress codes inside htaccess file.

# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress