PDA

View Full Version : Very simple question about index.htm


andyrose
09-16-2002, 01:34 AM
Alright, my new site is PostNuke based, and it's at www.neomega.net/nuke/html/index.php.

I don't want visitors to see the nuke/html/index.php, though. I'm sure there's a way I can make it just www.neomega.net/, I just haven't found the information anywhere. Not every page has to be like that, just the index page.

I'm sure someone here will help out. :)

Jeff
09-16-2002, 01:52 AM
Can't you simply install PostNuke in your root web directory (/big/dom/xuser/www/) instead of in the nuke/html directory (/big/dom/xuser/www/nuke/html) by modifying either the config or the install config file? (I don't have any experience with PostNuke, but I can't believe it would not be possible).

You could always do an ln -s /nuke/html/index.php index.php from your /www directory to create a symlink so www.neomega.net would work, but this would probably be troublesome in terms of relative links and maybe even includes (not sure about the latter). You could do a redirect, but that's not a great solution. I still bet you can simply install PostNuke where you want it.

andyrose
09-16-2002, 03:56 AM
But I'd have to reinstall everything and move the files, right?

I was hoping there was an easier way. :\

hobbes
09-16-2002, 09:32 AM
You can always create a framed index.html at your root www dir...