Double path in generated index.html
-
I wanted to test out WP2Static so created a dummy wp site and installed it. When I generate the exported directory it contains an index.html containing this:
!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html><head><title>404 Not Found</title></head><body>
<h1>Not Found</h1>
<p>The requested URL /wordpress/wordpress/ was not found on this server.</p>
</body></html>The wordpress directory lives under /var/www/html. It’s a basic default install.
Snippets from the logs:
/
/robots.txt
/favicon.ico
/sitemap.xml
wordpress//wp-content/themes/twentyseventeen/screenshot.png
wordpress//wp-content/themes/twentyseventeen/rtl.css
wordpress//wp-content/themes/twentyseventeen/style.css
wordpress//wp-content/themes/twentyseventeen/assets/css/ie8.cssand
404:/robots.txt
404:/favicon.ico
404:/sitemap.xml
404:wordpress//wp-content/themes/twentyseventeen/screenshot.png
404:wordpress//wp-content/themes/twentyseventeen/rtl.css
404:wordpress//wp-content/themes/twentyseventeen/style.css
404:wordpress//wp-content/themes/twentyseventeen/assets/css/ie8.css
404:wordpress//wp-content/themes/twentyseventeen/assets/css/editor-style.cssHelp would be appreciated.
Thanks
The topic ‘Double path in generated index.html’ is closed to new replies.