Plugin Support
qtwrk
(@qtwrk)
<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://xxx' );
echo '<pre>';
var_dump($response);
echo '</pre>';
please create a php file with above code , place it at same dir as your wp-config.php , replace https://xxx to your sitemap URL
then open it in browser, see what it returns.
Hello
Thank you for your fast reply.
Now, I am getting this.
Please check the pic
Please help
Regards
William Larson
Plugin Support
qtwrk
(@qtwrk)
hmmm? please re-verify the steps, you must have done something wrong to see this page , you should see a pure HTML output
Hi
Please check the both pictures
1
2
I have done as your instruction, i think.
Please give me the point where i have done wrong.
Regards
William Larson
Plugin Support
qtwrk
(@qtwrk)
the file name and URI is case sensitive ,so please make sure it is same on both sides
Hi
Thank you for your fast reply.
I understood my mistake.
Now the result is in the picture HERE
Please check
Regards
William Larson
Hi
Thank you for your fast reply.
Now the result is in the picture HERE
Please check
There is showing error.
and now i am getting a issue Litespeed is not making WEbp from last 2 days. I checked in hosting file manager but in the WordPress dashboard is showing webp created, which is not correct.
So the crawl issue and not making webp issue started same day.
Check the pictures
1
2
Please help
Regards
William Larson
Plugin Support
qtwrk
(@qtwrk)
on your screenshot , you can see the request to site end up in some kind of SSL error , image optm will break as well
I am not sure where did it come from , but perhaps some kind of server issue
the test code is essentially use wordpress’s wp_remote_get function to open a page from your site , which is independent to any and all plugins but only wordpress core function, if that breaks , that means something is probably wrong on your server.
please forward the above screenshot and test script to your hosting provider and kindly ask them to investigate.