View Single Post
Join Date: Aug 2008
Posts: 954
Reputation: essential will become famous soon enough essential will become famous soon enough 
Solved Threads: 131
Featured Poster
essential's Avatar
essential essential is offline Offline
Posting Shark

Re: Redirects http://domain to http://www.domain

 
0
  #2
Nov 18th, 2008
You can do it this way... Simply insert this bits of code inside the head section of your default page...

  1. <script type="text/javascript">
  2. <!--
  3. /* To ensure that it will be loaded with appropriate ext. */
  4. window.onload = function()
  5. { window.location = 'http://www.yourdomain.com'; }
  6. //-->
  7. </script>
Reply With Quote