You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue :
While generating static site, in crawling, images are getting 404 error for favicon and uploaded images.
Initial Finding :
Plugin is searching for wrong URL and resulting in 404 error.
For windows OS backslash should replace with frontslash in Favicon and Uploaded images path.
e.g :
404 for URL /wp-content/uploads\2022\07\bg1.jpg
In above example, "/wp-content/uploads" is default upload folder path and "\2022\07\bg1.jpg" is image path.
In Image path \ should be replaced with / like its In "C:\Bitnami\wordpress-6.0-0\apps\wordpress\htdocs\wp-content\plugins\wp2static\src" , DetectWPIncludesAssets.php is replacing \ with / for Assets url for windows.
System and Setup Details :
Windows 10
Bitnami - 6.0
WordPress 6.0.0
Php - 8.0.20
Theme Details :
Default Theme
Astra Theme
Twenty Twenty Theme
Error Screenshot :
The text was updated successfully, but these errors were encountered:
Issue :
While generating static site, in crawling, images are getting 404 error for favicon and uploaded images.
Initial Finding :
e.g :
404 for URL /wp-content/uploads\2022\07\bg1.jpg
In above example, "/wp-content/uploads" is default upload folder path and "\2022\07\bg1.jpg" is image path.
In Image path \ should be replaced with / like its In "C:\Bitnami\wordpress-6.0-0\apps\wordpress\htdocs\wp-content\plugins\wp2static\src" , DetectWPIncludesAssets.php is replacing \ with / for Assets url for windows.
System and Setup Details :
Theme Details :
Error Screenshot :
The text was updated successfully, but these errors were encountered: