Page Not Found On Migrate to Production

I’ve followed this step to migrate my wordpress. I also have re-saved my permalink settings.

The homepage is fine but when I tried to open another page it gives me 404 Page Not Found. Also when I tried to open X Theme “Theme Options” in the admin page, it also gave me 404 Page Not Found.

I also have tried to manually migrate by copying the files instead of using the migration plugin. Yet, it gave me the same 404 result when trying to open the page.

I have also to check my .htaccess file and I think it is fine. My .htacess content is like this:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

You can check the website urself at bayarkan.id and click the “Order Baru” navigation menu.

Any idea what is wrong?

Problem solved. Sorry.
It was my.htaccess.
It got screwed.