/template_override.css" /> /students/aboutus.css"/>

University of Rochester

Need Help


Stay Secure

Get Connected

Need Technology?


Incoming Students

Students

Faculty/Staff


Office of the Vice President for IT and CIO

myIdentity

Other IT Resources

IT Notices/Outages

About University IT


University IT Home

University IT » Web Services » Help » Redirect

Making a Redirect Page

In the old page. Take out all of the existing HTML code except for the include statments.

Put this between the <head> and </head> tags, all on one line. Of course the URL would be changed to where you want to redirect to. If you are making a refresh the URL would be the same address as the page the code is in.

<meta http-equiv="refresh" content="10;URL=http://www.rochester.edu/learning/gradstudies/gcalendar.html">

What this does is it displays the current page for 10 seconds and then loads the URL target. You can change the length of time by changing the part that reads: content="10;

The standard message on a redirect page looks as follows:

 


 

This site has moved!

The page you have requested has been moved. Please adjust any bookmarks you may have to the new location.

Your browser should automatically take you there in 10 seconds. If it doesn't please go to

http://www.rochester.edu/learning/gradstudies/gcalendar.html

 


This a typical redirect page. Adjust the wording and the target address according to your needs.