I wasn’t aware it was a local installation.
Try rebuilding your .htacess file.
1. Open Notepad
2. Enter these lines of code:
# 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
3. Move the old htacess file into another directory on your computer
4. Save the new htacess to your WordPress root folder as .htaccess
5. Try loading your website