Quote:
Originally Posted by maxicep
I edited the ur plugin and
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
to
// curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
So it is disabled ? Anything maybe wrong ? But Now working fine ..
|
Nope, that's what I said in the previous post. The only catch is that you won't get titles from pages that have redirects, you'll get the occasional title as "301 Moved Permanently". But most pages will work fine.