how can i move this blog to another host

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
tianyi
Regular
Posts: 18
Joined: Thu Sep 11, 2008 11:02 am

how can i move this blog to another host

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: how can i move this blog to another host

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
tianyi
Regular
Posts: 18
Joined: Thu Sep 11, 2008 11:02 am

Post by tianyi »

thx,i got it.
i will try according to the instruction
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
tianyi
Regular
Posts: 18
Joined: Thu Sep 11, 2008 11:02 am

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
tianyi
Regular
Posts: 18
Joined: Thu Sep 11, 2008 11:02 am

Post by tianyi »

thx so much, it works right now! thanks very much!
Post Reply