Problems with image folder path

Last post 12-04-2008, 9:31 AM by Magos. 1 replies.
Sort Posts: Previous Next
  •  12-04-2008, 8:40 AM 46558

    Problems with image folder path

    Hi
     
    I have some problems setting up the path to the folder where the images are (to be selected from the wysiwyg).
    On the server the website is located at "C:\Web\MySite"
    The CuteEditor files at "C:\Web\MySite\CuteEditor_Files"
     
    If ImageGalleryPath (and the others) is set to "/Files" CuteEditor thinks the folder is located in "C:\Inetpub\wwwroot\Files" instead of "C:\Web\MySite\Files" as it should be. It seems the call to Server.MapPath is what causes this.
     
    I've tried to set to relative paths too, like "Files" and "../../Files". The latter makes the image gallery to work but the others (Insert Image and Downloadable Files) will get bad url's.
     
    How can I set up the paths correctly?
  •  12-04-2008, 9:31 AM 46561 in reply to 46558

    Re: Problems with image folder path

    Solved, I should've used "/MySite/Files" instead.
    I do get a "The area you are attempting to access is forbidden" message when pressing "Browse" though. INET user has both read/write access.
     
View as RSS news feed in XML