Quote:
Originally Posted by Zookie
Hmmm... still not working. Looks like the only way I'm going to figure this out is if I can browse the server's file system to see where these folders and files are ending up. - If I set local_file_root_prefix to "Websites/MySite.com/LDM" it accepts it but the directory isn't where it should be (can't find it).
- If I set local_file_root_prefix to "Websites/MySite.com/wwwroot/LDM" it accepts it but the directory still can't be found.
- If I set local_file_root_prefix to "/Websites/MySite.com/wwwroot/LDM" it accepts it and creates the directory where expected (on site). So it seems the leading forward-slash is needed.
- If I set local_file_root_prefix to "/Websites/MySite.com/LDM" it complains that it can't write to that location.
My guess at this point is that I need the leading forward-slash but that I have a permissions issue. I'll talk with my hosting provider about what can be done on this.
|
I ran a test of a windows iis server. Without the leading slash, it seems that the directory is created in your forums directory, which is not what you want...