Forum Moderators: open
thanks
salo
You may be able to set the public-html index to another page - or have to, depending on the host's setup. [I usually do Linux/Unix server set-ups, so not sure about MS, nor have I installed DW: just the Flash, ma'am.]
Good luck,
El
P.S.:
Actually take the time to make my own local, 'portal' webpages - set as the homepg. in browser - so it's the first thing I see when online!
--throw rocks & garbage now--
On an Apache server, the default page is set in the DirectoryIndex directive in your httpd.conf file. You can list multiple filenames that you want to serve as the default home page. Apache will go through the list in order. So if you have:
DirectoryIndex index.html index.htm index.shtml index.php I believe you can also use the DirectoryIndex directive in your .htaccess file.
You can specify any filename you want as the default. You could set webmasterworld.html as your default home page if you wanted.
I have no clue how it's done on IIS.