Changes between Version 1 and Version 2 of GenFAQ


Ignore:
Timestamp:
Feb 16, 2011, 2:56:13 PM (13 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenFAQ

    v1 v2  
    1 = Frequently Asked Questions =  
     1= Frequently Asked Questions = 
     2 
     3---- 
     4 
     5    == '''''I need to transfer my site to another folder on my server. What do I need to do?''''' == 
     6 
     7    1) First of all, you need to move the whole structure of the Dolphin installation directory to the folder you like. You can use the "move" command in your FTP client or use 
     8 
     9   {{{ 
     10   cd DOLPHIN_FOLDER 
     11   mv * DESTINATION_FOLDER 
     12   }}} 
     13 
     14   command in your SSH account, where ''DOLPHIN_FOLDER'' is the folder where Dolphin is installed and ''DESTINATION_FOLDER'' is the folder where it needs to be placed. 
     15 
     16   2) Then you need to edit the paths in the file '''inc/header.inc.php''': change the values of the following variables according to your current settings: 
     17                   
     18    {{{$site['url']}}} and {{{$dir['root']}}} 
     19    
     20   3) And at last change the path to dolphin directory in your crons. You can do that in your host's control panel account (for example, CPanel or Plesk) or in your SSH client by running this command: 
     21    
     22   {{{ 
     23   crontab -e 
     24   }}} 
     25 
     26---- 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub