Moving blog from test to real site

Having trouble installing serendipity?
Post Reply
SuE

Moving blog from test to real site

Post by SuE »

Hi, first of all, thanks for this great piece of software :)

I installed s9y at a testing subdomain, changed templates and intalled some plugins. Now, I want to move it to main site, directly in the domain (without serendipity library - I read the topic about this and since I do not use htaccess, I hope for no problems).
The dabase will be the same.

What is the easiest way?
1. Drop the db tables and fresh install? And move only templates and configure again?
2. Copy the files and only change configuration? If yes, where?
Way
Regular
Posts: 59
Joined: Mon Nov 07, 2005 12:39 am
Location: SA
Contact:

Re: Moving blog from test to real site

Post by Way »

SuE wrote: What is the easiest way?
1. Drop the db tables and fresh install? And move only templates and configure again?2. Copy the files and only change configuration? If yes, where?
http://www.s9y.org/11.html#A19

And I prefers to you this solutions after you get last version 0.9.1
SuE

Post by SuE »

Thanks for your advice.
Unfortunately, it did not work because of permissions for config_local_inc.php. It asked to make Chown for the file and I did not know how to do it. So I installed s9y again and then, I moved my templates and now, it is ok. :wink:
Way
Regular
Posts: 59
Joined: Mon Nov 07, 2005 12:39 am
Location: SA
Contact:

Post by Way »

That’s fine
You need to (chmd)
serendipity_config_local.inc.php
templates_c/ directory
htaccess to 0777 This found in the root directory for S9Y


Check line 7 in serendipity_config_local.inc.php
see this should be point to the S9Y version
$serendipity['versionInstalled'] = '0.9';
Post Reply