Search Our Web Design Blog...

Wednesday, April 4, 2012

Web Design 2 Redirect

To create a simple HTML page that will send users/viewers to your home page inside a sub folder do the following:


  • create an HTML page
  • in the HEAD add the following code, but link to your own page - http://scia.shorelineschools.org/username/foldername/pagename.html
  • name the page index.html
  • place it alone in your root folder on the scia server

< meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html" >

No comments:

Post a Comment