Closed wankio closed 1 year ago
i found out it messed up with path, it put / and \ together in path which leads to 404 for css, js,media https://imgur.com/a/t4FbDBp
if ($status_code === 404) { // Replace backslashes with forward slashes in the URL $fixed_url = str_replace('\\', '/', $urls[$index]['url']);
i found out it messed up with path, it put / and \ together in path which leads to 404 for css, js,media https://imgur.com/a/t4FbDBp