How to test your website- Go to your site at http://www.umbc.edu/department and then replace www with www-new, e.g http://www-new.umbc.edu/department
- Check out each link and see what it looks like with www-new in place of www, please note a lot of times clicking a link will change back to www.umbc.edu if it had an absolute path, so pay attention to the URL when testing.
How update your site- Update all the links on your site to get rid of references to www.umbc.edu. You can do this by changing the a href= part of the link from " a href="www.umbc.edu/directory/filename" to just be " a href="/directory/filename"
- Check the URLs of any javascripts and style sheets for the same issue, again changing any mention of www.umbc.edu to be a slash (e.g. www.umbc.edu/department/script5.js to /department/script5.js)
- If you are still having issues please open an rt ticket at http://rt.umbc.edu and reference that you are trying to fix a website and someone will work with you to troubleshoot your site
|