UDIT is deprecating hosting personal web pages on Copland as part of the migration of Copland to a new server. Existing personal webpages have been migrated and users can request access at https://services.udel.edu/TDClient/32/Portal/Re...

Articles (5)

Redirection: How to redirect a page or directory using an .htaccess file

If a user visits https://www.mysite.com/index.html she will be redirected to a page in a new location https://www.mysite.com/mydir/index.html .

The 301 signals to the browser that this is a permanent redirect by sending a “301 Moved Permanently” status code. If the user happens to visits the old URL, the browser will automatically redirect to the new URL This technique should not impact SEO.