PDC Redirect Mapping Log

During the migration from Facilities to the PDC website, I performed a full redirect audit and rewrite to preserve URL continuity. This log documents broken URLs, custom manual redirects, and key functionality manually restored during the site migration.



---
title: PDC Mercury Migration
author: Alex Catalano
date-created: 2025-06-13
date-updated: 2025-06-20
purpose: Check and rewrite redirects from Facilities to PDC
version: 8.0
document-type: complete-hybridized-url-redirect-map
description: Includes custom manual redirects not handled by automated migration tools.
status: Active
filename: pdc-redirect-map.md
---

# PDC Mercury Migration

## Resolved Technical Issues

### During Development

Functionality lost during site cloning was identified and restored through redirect validation.

| [x] | https://facilities.ufl.edu/projects/current-projects/         | https://pdc.ufl.edu/projects/current-projects/                           |
          - Projects were not loading in test or prod  

| [-] | https://facilities.ufl.edu/projects/current-projects/project/ | https://pdc.ufl.edu/projects/current-projects/project/                   |
          - Projects display off-center (legacy layout remnants).  

### Custom Redirects

These are representative examples of custom manual redirects applied during migration, addressing draft removals, structural changes, and legacy URL normalization.

| CHK | Facilities                                                              | Redirect Destination                                                |
|-----|-------------------------------------------------------------------------|---------------------------------------------------------------------|
| [x] | /main/                                                                  | https://pdc.ufl.edu/                                                |
| [x] | /projects/selection-notices/notice/                                     | https://pdc.ufl.edu/projects/                                       |
| [x] | /projects/current-projects/construction-projects/                       | https://pdc.ufl.edu/projects/current-projects/                      |
| [x] | /projects/current-projects/design-projects/                             | https://pdc.ufl.edu/projects/current-projects/                      |
| [x] | /projects/current-projects/planning-projects/                           | https://pdc.ufl.edu/projects/current-projects/                      |
| [x] | /projects/current-projects/post-occupancy/                              | https://pdc.ufl.edu/projects/current-projects/                      |
| [x] | /get-involved/                                                          | https://pdc.ufl.edu/about-us/                                       |


## Excerpt: .htaccess Redirect Rules

Manually validated from the production .htaccess config (excerpt of 200+ active 301 rules):

```apache
Redirect 301 /home/ https://pdc.ufl.edu/home/
Redirect 301 /about-us/ https://pdc.ufl.edu/about-us/
Redirect 301 /about-us/our-promise/ https://pdc.ufl.edu/about-us/our-promise/
Redirect 301 /about-us/our-staff/ https://pdc.ufl.edu/about-us/our-staff/
Redirect 301 /about-us/org-chart/ https://pdc.ufl.edu/about-us/org-chart/
Redirect 301 /about-us/our-staff/planning/ https://pdc.ufl.edu/about-us/our-staff/planning-staff/
Redirect 301 /about-us/our-staff/project-management/ https://pdc.ufl.edu/about-us/our-staff/project-management-staff/
# End of Log
```

---

← Return to Projects Overview