Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

municipal redirects #1494

Merged
merged 16 commits into from
Dec 16, 2024
Merged
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
/departments/department-of-licenses-and-inspections/licenses/rental-licenses/rental-license-faq/ 301 /departments/department-of-licenses-and-inspections/licenses/rental-and-property-licenses/rental-license-faq/
/departments/department-of-licenses-and-inspections/permits-and-certificates/contractor-requirements/ 301 /departments/department-of-licenses-and-inspections/inspections/contractor-requirements/
/departments/department-of-licenses-and-inspections/inspections/maintenance-inspections/ 301 /departments/department-of-licenses-and-inspections/inspections/maintenance-certifications/structural-certifications/
/departments/office-of-sustainability/about/municipal-energy-office/ 301 /departments/office-of-sustainability/about/divisions/division-of-energy-and-climate-solutions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is redundant with line 494, and is also not alphabetically added properly. you can delete this line.

/departments/department-of-planning-and-development/about/leadership/ 301 /departments/department-of-planning-and-development/about/staff/
/departments/department-of-planning-and-development/development-services(.*) 301 /departments/division-of-development-services/
/departments/department-of-planning-and-development/job-opportunities/ 301 /departments/department-of-planning-and-development/about/jobs/
Expand Down Expand Up @@ -489,6 +490,8 @@
/departments/office-of-sustainability/about/energy-office/energy-projects/ 301 /departments/office-of-sustainability/about/municipal-energy-office/capital-improvements/
/departments/office-of-sustainability/about/energy-office/procurement-analytics/ 301 /departments/office-of-sustainability/about/municipal-energy-office/procurement-analytics/
/departments/office-of-sustainability/about/food-policy-advisory-council/ 301 /departments/office-of-sustainability/about/commissions-and-councils/
/departments/office-of-sustainability/about/municipal-energy-office/procurement-analytics/ 301 /departments/office-of-sustainability/about/divisions/division-of-energy-and-climate-solutions/procurement-and-analytics/
/departments/office-of-sustainability/about/municipal-energy-office/(.*) 301 /departments/office-of-sustainability/about/divisions/division-of-energy-and-climate-solutions/$1
/departments/office-of-sustainability/about/what-we-do/ 301 /departments/office-of-sustainability/
/departments/office-of-sustainability/energy-office/ 301 /departments/office-of-sustainability/about/municipal-energy-office/
/departments/office-of-sustainability/energy-office/energy-management-operations/ 301 /departments/office-of-sustainability/about/municipal-energy-office/
Expand Down Expand Up @@ -1661,6 +1664,7 @@
/programs/empowerment-zones/(.*) 301 /programs/neighborhood-funding-stream/
/programs/energy-benchmarking/ 301 /programs/building-energy-programs/building-energy-benchmarking-program
/programs/family-empowerment-services-fes/ 301 /programs/family-empowerment-programs/
/edey 301 /programs/extended-day-extended-year
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not alphabetically added properly.

/programs/healthy-start/ 301 /services/mental-physical-health/get-health-care-and-support/family-and-childrens-health-care/get-prenatal-care/
/programs/immigrant-workers-academy-iwa/ 301 /departments/office-of-immigrant-affairs/
/programs/integrity-works/faq/ 301 /departments/office-of-the-chief-integrity-officer/frequently-asked-questions/
Expand Down Expand Up @@ -1727,7 +1731,7 @@
/property-taxes/realty-transfer-tax 301 /services/property-lots-housing/property-taxes/realty-transfer-tax/
/property/data$ 301 /property/data/
/property/data/(.*) 200 https://cityofphiladelphia.github.io/property-download/$1
/ps-?360 301 https://philly-stat-360-phl.hub.arcgis.com/
/ps-?360 301 https://philly-stat-360.phila.gov/
/pt$ 301 /pt/
/public-?safety 301 /departments/office-of-public-safety/
/publicart 301 https://www.creativephl.org/public-art/
Expand Down
Loading