Page 1 of 1
Just a quick one
Posted: Thu Oct 14, 2004 7:25 pm
by SeekSolace
I installed s9y to the serendipity/ subdirectory. Is there any easy way to make serendipity/index.htm pop up when someone puts in my web url? I don't want to re-install to my root directory (being as anal as I am, I like a clean root directory *lol*). Any ideas?
Posted: Thu Oct 14, 2004 9:05 pm
by jhermanns
make it index.php instead of index.html in your root dir and put this in:
Code: Select all
<?php
Header("Location: http://{$_SERVER[HTTP_HOST]}/serendipity/");
?>
p.s.
being anal is gay!

W00h00!
Posted: Fri Oct 15, 2004 10:39 am
by SeekSolace
Thanks, so much. That worked perfectly. *hug!*
Posted: Fri Oct 15, 2004 3:28 pm
by jhermanns
no hugging necessary
