Quote:
Originally Posted by AndrewD
LDM uses a library called cURL to access entries held somewhere else on the internet. Use of some of the features within cURL depends on the configuration of your own web server.
This warning message is telling you that there's a conflict between what LDM's trying to do, and what your web server allows. (What it's trying to do, actually, is follow web sites that set up redirections to another site.) The code should suppress the warning message, and in version 2.2.7, it does. There's nothing to be concerned about.
|
OK, Thank You for this detailed information.