Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Avoid iWeb-generated redirection on a site's first page Apps
In iWeb, you can name the first page of the website index instead of welcome or any other name. This stops iWeb from generating its own index.html page, which would simply redirect to the real first page of your site (named welcome, for example).

By naming the fisrt page index.html, you'll have a cleaner setup -- http://www.yoursite.com/ will actually show your page (the one you named index.html) without the meta "refresh" tag that would have been in the generated index.html page.
    •    
  • Currently 3.00 / 5
  You rated: 2 / 5 (6 votes cast)
 
[8,907 views]  

Avoid iWeb-generated redirection on a site's first page | 2 comments | Create New Account
Click here to return to the 'Avoid iWeb-generated redirection on a site's first page' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Avoid iWeb-generated redirection on a site's first page
Authored by: Curlywee on Feb 13, '07 07:44:13AM

But iWeb uses the page name as the page title also, so 'index' will apppear in a browser''s title bar unless you edit the HTML. Not so pretty?



[ Reply to This | # ]
Avoid iWeb-generated redirection on a site's first page
Authored by: designr on Feb 13, '07 10:04:42AM

i.e.

<title>
macosxhints.com - OS X tips and tricks!
</title>

in the head.



[ Reply to This | # ]