Just a quick one

Having trouble installing serendipity?
Post Reply
SeekSolace

Just a quick one

Post 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?
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post 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! ;)
SeekSolace

W00h00!

Post by SeekSolace »

Thanks, so much. That worked perfectly. *hug!*
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post by jhermanns »

no hugging necessary ;)
Post Reply