Page 1 of 1

how can i move this blog to another host

Posted: Thu Nov 13, 2008 2:14 pm
by tianyi
i set up and write my blog in localhost,
now i want to put it on internet, and my host is ready

i tried, but i doesn't work right, what should i do

Re: how can i move this blog to another host

Posted: Thu Nov 13, 2008 2:21 pm
by garvinhicking
Hi!

Check out the FAQ on www.s9y.org on how to move. If anything is unclear after reading, don't hesitate to ask back here with a detailed description of what you did and where you fail!

Regards,
Garvin

Posted: Thu Nov 13, 2008 2:24 pm
by tianyi
thx,i got it.
i will try according to the instruction

Posted: Thu Nov 13, 2008 2:30 pm
by judebert
Check out the Serendipity FAQ. It's go an answer for How can I move an existing Serendipity installation to a different place (server or path)? It's quite detailed and useful.

Posted: Thu Nov 13, 2008 2:51 pm
by tianyi
http://www.yylz.com/

i do that according to the instruction, but there is 500 internal error

htaccess, i found nothing to change
# BEGIN s9y
DirectoryIndex /index.php
php_value session.use_trans_sid 0
php_value register_globals off

<Files *.tpl.php>
deny from all
</Files>

<Files *.tpl>
deny from all
</Files>

<Files *.sql>
deny from all
</Files>

<Files *.inc.php>
deny from all
</Files>

<Files *.db>
deny from all
</Files>

# END s9y

Posted: Thu Nov 13, 2008 2:54 pm
by garvinhicking
Hi!

Try to delete your .htaccess. Serendipity only requires it to set some options which seem to are not allowed on your server.

Regards,
Garvin

Posted: Thu Nov 13, 2008 2:55 pm
by tianyi
thx so much, it works right now! thanks very much!