404 handling for exported site
-
I’m looking for a way to get WP2Static exported websites to include their WordPress theme 404 page to use on the static site. How are people choosing to handle this? It seems that by default the WP2Static export doesn’t offer any way to handle 404s. I think that’s what this guy was talking about as well: www.ads-software.com/support/topic/404-page-is-not-included-in-exported-zip-file
Right now I’m just including a static 404 file at /404/index.html and adding an error handling line to the apache server I’m using as a static host:
ErrorDocument 404 /404/While this sort of works, I’d much prefer to have the WP themed 404 page accessible, even if I still need to set the apache errordocument line manually
- The topic ‘404 handling for exported site’ is closed to new replies.