Results 1 to 3 of 3
  1. #1

    Default Move from folder to root

    The shop I'm working on is about to go live so...
    I just want to be sure about something here.
    Moving my shop from a folder to the root seems pretty straightforward, but I want to clarify one thing.
    Where I alter the path in config files from the /shop/ folder to the root, what do I actually type in for the root path?
    Is it public_html or left blank or what.

    Thanks

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Move from folder to root

    Quote Originally Posted by bluefish1960 View Post
    The shop I'm working on is about to go live so...
    I just want to be sure about something here.
    Moving my shop from a folder to the root seems pretty straightforward, but I want to clarify one thing.
    Where I alter the path in config files from the /shop/ folder to the root, what do I actually type in for the root path?
    Is it public_html or left blank or what.

    Thanks
    Assuming current paths are (like):

    define('DIR_WS_CATALOG', '/shop/')
    and
    define('DIR_FS_CATALOG', '/var/www/shop/')

    Then to have the store located in the root folder, the new paths will be like:
    define('DIR_WS_CATALOG', '/')
    and
    define('DIR_FS_CATALOG', '/var/www/')

    IOW, just remove the folder portion of the defines.

    Cheers
    Rod

  3. #3

    Default Re: Move from folder to root

    Thank you.

 

 

Similar Threads

  1. Replies: 23
    Last Post: 8 Oct 2014, 05:32 AM
  2. Move store from folder to root
    By joem83 in forum General Questions
    Replies: 7
    Last Post: 20 Aug 2012, 07:27 PM
  3. Problem moving folder from sub-root to root
    By andycowboy in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 28 Jul 2009, 02:15 AM
  4. Replies: 3
    Last Post: 7 Jul 2009, 02:55 PM
  5. Move from /shop/ to root?
    By pappy in forum General Questions
    Replies: 8
    Last Post: 9 Feb 2009, 10:16 AM

Posting Permissions

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