Has I said the options should be there because you only transfered files and the data is the database.
The files look fine now and still is showing the 404 errors.
https://www.dropbox.com/s/7909wx87ox5ejtw/Screenshot%202017-04-13%2021.49.42.png?dl=0
I think now it’s related with the cache mechanism and the htaccess file that has a lot of additional settings.
Try to test with the default WordPress htaccess
https://codex.wordpress.org/htaccess
# 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>
# END WordPress
We are doing our bests but we can’t control some things like cache plugins that distort some the things that are done till the cache is purged.
Let us know the result
-Rui