Quote:
Originally Posted by Alfa1
Old server:
local_file_root Website
local_file_root_prefix
/forum/links/downloads/
New server:
local_file_root Website
local_file_root_prefix
/forum/links/downloads/
Both local_file_root_prefix are correct, though my new server does not have a normal url yet, but is using IP~mydomain.com/
http://35.125.65.123~mydomain.com/forum/links/downloads
Can this have an adverse effect?
I do not know if local_file_root website is correct for the new server, as I don't understand the meaning.
|
The temporary IP based address is almost certainly your problem. LDM tries to find local files by concatenating a series of settings on the front of the file name you have specified. I suspect that it is getting the wrong result because it has probably missed out /~mydomain.com from the middle. You can try this by editing local_file_root_prefix and putting /~mydomain.com at the start.
If this doesn't work, as usual I'm happy to take a look.