.htaccess rewrite rule doesn't work on Cyber Panel

#1
Since i have clone the all database + Wordpress from Cloudway to another Host.
Then i want to try Cyber Panel then install Wordpress and clone it from Cloudway Host (database + Wordpress)
i got 404 excluding Homepage..
i can find that the rewrite rule .htaccess from Cyber Panel File Manger the code below
<IfModule mod_rewrite.c>
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]
</IfModule>
 
Top