hello,
I am making a serendipity blog site here: http://conglomco.org/serendipity/
but i would like it to be my index page at http://conglomoc.org/index.php
is there a way it will automaticly forward to that place?
thanks a lot
making my Serendipity Blog my index page
-
jhermanns
- Site Admin
- Posts: 378
- Joined: Tue Apr 01, 2003 11:28 pm
- Location: Berlin, Germany
- Contact:
yes, just create the index.php and put this in it:
[/code]
Code: Select all
<?php
Header("Location: http://conglomco.org/serendipity/");
exit;
?>
I'm not sure if I am am asking the right question... it works in WordPress like this:
does anyone know how to do this in serendipity?
thanks
Code: Select all
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directorythanks
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
# 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/
# 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/
thanks for the help
Thank you very much everyone,
Maybe I'm not seeing something, but isn't that instructions on how to move serendipity to a new place on a new server..
What I want to do is have serendipity in its own folder, but the index.php outside that folder..
is this possible?
I just don't like the ./serendipity/ in my URL.. would the easiest way to fix this problem be moving everything to the root level, and reimporting the SQL database, that seems like an ordeal!?
thanks much,
Maybe I'm not seeing something, but isn't that instructions on how to move serendipity to a new place on a new server..
What I want to do is have serendipity in its own folder, but the index.php outside that folder..
is this possible?
I just don't like the ./serendipity/ in my URL.. would the easiest way to fix this problem be moving everything to the root level, and reimporting the SQL database, that seems like an ordeal!?
thanks much,
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: thanks for the help
Hi!
Yes, that is the information. But the link you posted from Wordpress is the same! It also describes how to physically move files!
The only way to make s9y your homepage without the "/serendipity/" or "/blog/" or whatever string in the URL is to put the application itself into that directory. (I will not speak of ugly iframe/frame forwarding). You could also use mod_rewrite to make /serendipity/ magically disappear, but I wouldn'T really suggest this.
That could work for the startpage, but all follow-up URLs would then lead to /serendipiuty/.
You don't need to reimport the SQL database if you just move the installation up one directory level. The only thing you need to do is:
1. Move the files
2. Log in to the admin DB, correct the old paths into the new ones. Save. You're done.
Best regards,
Garvin
Yes, that is the information. But the link you posted from Wordpress is the same! It also describes how to physically move files!
The only way to make s9y your homepage without the "/serendipity/" or "/blog/" or whatever string in the URL is to put the application itself into that directory. (I will not speak of ugly iframe/frame forwarding). You could also use mod_rewrite to make /serendipity/ magically disappear, but I wouldn'T really suggest this.
Code: Select all
What I want to do is have serendipity in its own folder, but the index.php outside that folder..
is this possible?
Code: Select all
I just don't like the ./serendipity/ in my URL.. would the easiest way to fix this problem be moving everything to the root level, and reimporting the SQL database, that seems like an ordeal!?
1. Move the files
2. Log in to the admin DB, correct the old paths into the new ones. Save. You're done.
Best 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/
# 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/