created a web gallery in adobe photoshop, which named the file index.html
i imported that page into frontpage (2000) and created a home page called
home.html
when i upload to a server, how do i make sure that the home.html is the
default page rather than the index.html being the default page.

Re: how to g3et server to recognize default page by Tom

Tom
Wed May 26 20:23:25 CDT 2004

contact your host to see if they will add home.html as a default page.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
=====================================================
"jstech" <jstech@optonline.net> wrote in message
news:OQ2nja4QEHA.3616@TK2MSFTNGP11.phx.gbl...
| created a web gallery in adobe photoshop, which named the file index.html
| i imported that page into frontpage (2000) and created a home page called
| home.html
| when i upload to a server, how do i make sure that the home.html is the
| default page rather than the index.html being the default page.
|
|



Re: how to g3et server to recognize default page by Joseph

Joseph
Wed May 26 23:44:16 CDT 2004


if u want a fast fix, u can have the default.htm page redirect to your home
page
<head>
<meta http-equiv="refresh" content="1; URL=home.htm">
</head>

you can change the number to any other value as it represents the seconds
before the refresh is invoked

"jstech" <jstech@optonline.net> wrote in message
news:OQ2nja4QEHA.3616@TK2MSFTNGP11.phx.gbl...
> created a web gallery in adobe photoshop, which named the file index.html
> i imported that page into frontpage (2000) and created a home page called
> home.html
> when i upload to a server, how do i make sure that the home.html is the
> default page rather than the index.html being the default page.
>
>



Re: how to g3et server to recognize default page by jstech

jstech
Thu May 27 22:24:58 CDT 2004

do i put that html code at the top of the page, or where?
"Joseph Lee" <joeylta1979@hotmail.com> wrote in message
news:uZTn$T6QEHA.3616@TK2MSFTNGP11.phx.gbl...
>
> if u want a fast fix, u can have the default.htm page redirect to your
home
> page
> <head>
> <meta http-equiv="refresh" content="1; URL=home.htm">
> </head>
>
> you can change the number to any other value as it represents the seconds
> before the refresh is invoked
>
> "jstech" <jstech@optonline.net> wrote in message
> news:OQ2nja4QEHA.3616@TK2MSFTNGP11.phx.gbl...
> > created a web gallery in adobe photoshop, which named the file
index.html
> > i imported that page into frontpage (2000) and created a home page
called
> > home.html
> > when i upload to a server, how do i make sure that the home.html is the
> > default page rather than the index.html being the default page.
> >
> >
>
>