1
ivobikov
How can i move my Xoops Site ... ???
  • 2005/10/16 12:11

  • ivobikov

  • Just popping in

  • Posts: 12

  • Since: 2005/7/13


Hello,

Now i have a XOOPS site on url:http://gornabania.desi9n.org/klinika a friend of mine made me a floder "klinika" on his hosting/domain name and i uploud in this folder my XOOPS site.. Ok.. but now the same friend made me a domain :http://klinika.desi9n.org , I want to move my site.. but i don't know how, i mean if i move folder "klinika" in new site.. does it work ??? How can i move the Database.. ? I can wrong.. i dont know..
:) Help me please, i'm newbie ;)

Thank you.

2
JMorris
Re: How can i move my Xoops Site ... ???
  • 2005/10/16 12:35

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


In order for you move to be successful, you'll need to make some changes to mainfile.php. For instance...

When moving fromhttp://gornabania.desi9n.org/klinika to ->>http://klinika.desi9n.org

Change
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_URL', 'http://gornabania.desi9n.org/klinika');
    
define('XOOPS_URL''http://gornabania.desi9n.org/klinika');


To
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_URL', 'http://klinika.desi9n.org');
    
define('XOOPS_URL''http://klinika.desi9n.org');


Also, if the directory location for your site has changed, you'll need to edit those values as well.

Change
// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_ROOT_PATH', '/old/path/to/xoops/root');
    
define('XOOPS_ROOT_PATH''/old/path/to/xoops/root');


To
// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_ROOT_PATH', '/new/path/to/xoops/root');
    
define('XOOPS_ROOT_PATH''/new/path/to/xoops/root');


Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

Login

Who's Online

156 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits