|
womble -> RE: Why can't my home page/index page can't be aspx?? (5/31/2009 7:22:14)
|
Sometimes it might be wise to have a server-side redirect from index.html or default.html as well though (or as TexasWebDeveloper said, check with your host), and to check visitors will still get your site from just the domain name, as on one site I had a couple of years back I had my home page as index.php which the server found okay, and visitors found okay (I'd also put a server-side redirect on index.html as well), so long as they entered the URL as "www.sitename.com/index.php" (or .html) but if they only entered "www.sitename.com" they didn't get the home page, error page, or a redirect - just a blank page (I think that was a very badly set up server though and it's a problem I've only ever seen that one time). It might be an idea to just double check that visitors will find your site just using the domain without a specific page. I only realised that anyone who didn't either come via "www.sitename.com/index.html" or "www.sitename.com/index.php" didn't get anything at all, and it was only when a fellow OF member pointed it out to me that I found out about it.
|
|
|
|