I have a site I have exported to host somewhere else. When I run the site through SemRush website audit and a link checker website I get reports saying all my links are broken. I’ve never had this before. I have connected the Nav bar and footer links like normal but it seems very strange.
@jasonjkd - If any links in your code point to the original slug without a .html extension, that would produce a 404. If you plan on using the default URLs on an exported site (slug.html), search and replace the exported .html files to ensure a .html extension. Alternatively, you could use web server rewrite methods to serve up the files without the .html extension. How depends on what web server you are running. Another approach is to move all files into a folder matching the slug name and rename the html file to index.html. Then it matches the behavior of Webflow hosting. I usually script the latter within my OS shell and upload the files to my destination.