> For the complete documentation index, see [llms.txt](https://docs.boston.gov/digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boston.gov/digital/guides/redirects/redirecting-from-cityofboston.gov.md).

# Redirecting from cityofboston.gov

When we redirect something from cityofboston.gov we should both redirect and then two weeks later delete the content, files, and code.

We will need to rethink where we put in the redirect so that we can indeed delete the content, files, and code.

For now, redirects can be done by doing the following on cityofboston.gov / zpcobweb01 server. Some are asp files; some are html files.

**ASP Redirect**

Include this at the top of the file: \
<% Response.CacheControl="max-age=120, Public" Response.CharSet = "utf-8" Response.Status="301 Moved Permanently" Response.AddHeader "Location","<https://www.boston.gov/finance/boston-about-results> \[BOSTON.GOV LOCATION TO REDIRECT TO]"\
%>

**HTML Redirect**

Include t his in the \<head> tag:\
\<meta http-equiv="Refresh" content="0; url=<https://www.boston.gov/finance/boston-about-results> \[BOSTON.GOV LOCATION TO REDIRECT TO]" />
