Absolute Hyperlinks in WordPress Website Will Not Work In the Local Server

did you change the urls in the database?

add these to your wp-config.php

define('WP_HOME', 'http://example.com');
define('WP_SITEURL, 'http://example.com');

Then update the ones in settings and remove those from the config file.

also update your permalinks as well