View Single Post
Old
  (#2 (permalink))
seolady is Offline
Revenue Source Member
seolady is new to Rev Source.
 
seolady's Avatar
 
Join Date: Jun 2008
Posts: 7
MJ
Affiliate/Webmaster
www.homebasedbusiness.com
Utah United States
   
Re: How can I place a Java redirect on a Blogger blog? - 07-09-2008

Code:
<%

      response.setStatus(301);

      response.setHeader( "Location", "http://www.new-url.com/" );

      response.setHeader( "Connection", "close" );

      %>
for other types of redirect check this link:
Steven Hargrove : How to redirect a web page, the smart way

  
Reply With Quote
Revenue Sharing Ads