Results 1 to 2 of 2

Thread: Is this possible ?

  1. #1

    Join Date
    Apr 2008
    Posts
    9

    Default Is this possible ?

    Hi i dont know if this is the right forum to post it but anyway !

    Is it possible to store all uploaded files on Dolphin 6.1.6 in another hdd ?

    I have installed it on windows and my C: is not that big så i wonder if there is a good way to store the files on an external typ D: that is on 1 TB

    If i do:
    <?php
    /**
    * URL of MP3 folder.
    */
    $sFilesUrl = $sModulesUrl . $sModule . "D:/files/";

    /**
    * Path of MP3 folder.
    */
    $sFilesPath = $sModulesPath . $sModule . "D:/files/";
    ?>

    And move all files to D:\files dolphin wont find any files and wont upload files at all !

    So can someone tell if this is possible and if so how to do it ?


    Thx

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    This is very easy to do on Linux with Symbolic Links.

    As for Windows, I think it would be easy too, but you need to make sure your IIS or Apache has correct rights to the new drives/folders....

    I think your problem is permissions.

    And if you need to change paths, do it in inc/header.inc.php, not in the code itself.... or do it in a way (shortcuts/links) that the software is unaware of the change.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •