Moving directories

Just curious, how difficult is it to move Dolphin from a subdirectory to a main directory?

Quote · 22 Aug 2009

Not much of a problem. There will be a few files with hard coded values for that sub directory in a few of your files. Maybe four or five. Cannot recall, but I do it from time to time myself. You best bet, if you want to find out yourself and you have ssh access to your account, is to execute the following command from your sub-directory:

 

grep -r <sub-directory name> *

 

Substitute <sub-directory name> for the name of your subdirectory and without the brackets.

 

This will give you the location of the files that need changing. There is nothing in the database that needs changing.

 

Otherwise, are you talking about Dolphin 6 or 7 and I can do this for you.

Quote · 22 Aug 2009

Might be a bit more to it then that.  Member Kosmic has done some good work on this - a few threads to check out:

-

http://www.boonex.com/unity/forums/?action=goto&topic_id=redirect-sub-folder-to-root-directory
http://www.boonex.com/unity/forums/?action=goto&topic_id=new-dolphin-7-0
http://www.expertzzz.com/forumz/?action=goto&cat_id=1#action=goto&topic_id=17068

Quote · 22 Aug 2009

Always useful to know Smile

Quote · 22 Aug 2009
 
 
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.