|
4 | 4 | rewrite ^/about.shtml https://www.fec.gov/about/ redirect;
|
5 | 5 |
|
6 | 6 | # about/offices/ redirects
|
| 7 | +rewrite ^/about/offices/adm/admin.shtml /about/leadership-and-structure/fec-offices/office-of-the-staff-director/ redirect; |
| 8 | +rewrite ^/about/offices/adr/adr.shtml /about/leadership-and-structure/fec-offices/compliance-offices/ redirect; |
| 9 | +rewrite ^/about/offices/audit/audit.shtml /about/leadership-and-structure/fec-offices/compliance-offices/ redirect; |
| 10 | +rewrite ^/about/offices/budget/budget.shtml /about/leadership-and-structure/fec-offices/office-of-the-chief-financial-officer/ redirect; |
| 11 | +rewrite ^/about/offices/CCO/CCO.shtml /about/leadership-and-structure/fec-offices/office-of-the-staff-director/ redirect; |
| 12 | +rewrite ^/about/offices/CIO/CIO.shtml /about/leadership-and-structure/fec-offices/office-of-the-chief-information-officer/ redirect; |
| 13 | +rewrite ^/about/offices/CFO/CFO.shtml /about/leadership-and-structure/fec-offices/office-of-the-chief-financial-officer/ redirect; |
| 14 | +rewrite ^/about/offices/CDEAO/CDEAO.shtml /about/leadership-and-structure/fec-offices/office-of-the-staff-director/ redirect; |
| 15 | +rewrite ^/about/offices/cong_affairs/cong_affairs.shtml /about/leadership-and-structure/fec-offices/communication-offices/ redirect; |
| 16 | +rewrite ^/about/offices/DSDMA/DSDMA.shtml /about/leadership-and-structure/fec-offices/management-and-administration-offices/ redirect; |
| 17 | +rewrite ^/about/offices/EEO/EEO.shtml https://www.fec.gov/about/equal-employment-opportunity/ redirect; |
| 18 | +rewrite ^/about/offices/finance/finance.shtml /about/leadership-and-structure/fec-offices/office-of-the-chief-financial-officer/ redirect; |
| 19 | +rewrite ^/about/offices/finance/procurement.shtml /about/leadership-and-structure/fec-offices/office-of-the-chief-financial-officer/ redirect; |
| 20 | +rewrite ^/about/offices/hr/hr.shtml /about/leadership-and-structure/fec-offices/management-and-administration-offices/ redirect; |
| 21 | +rewrite ^/about/offices/info/info.shtml /about/leadership-and-structure/fec-offices/communication-offices/ redirect; |
| 22 | +rewrite ^/about/offices/oar/oar.shtml /about/leadership-and-structure/fec-offices/compliance-offices/ redirect; |
7 | 23 | rewrite ^/about/offices/offices.shtml https://www.fec.gov/about/leadership-and-structure/fec-offices/ redirect;
|
| 24 | +rewrite ^/about/offices/OGC/OGC.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 25 | +rewrite ^/about/offices/OGC/DepGC.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 26 | +rewrite ^/about/offices/OGC/DepGCLaw.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 27 | +rewrite ^/about/offices/OGC/AGC_enforcement.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 28 | +rewrite ^/about/offices/OGC/AGC_litigation.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 29 | +rewrite ^/about/offices/OGC/AGC_policy.shtml /about/leadership-and-structure/fec-offices/office-of-general-counsel/ redirect; |
| 30 | +rewrite ^/about/offices/OSD/OSD.shtml /about/leadership-and-structure/fec-offices/office-of-the-staff-director/ redirect; |
8 | 31 | rewrite ^/about/offices/org_chart.shtml https://www.fec.gov/about/leadership-and-structure/fec-offices/ redirect;
|
9 |
| -rewrite ^/about/offices/EEO/EEO.shtml https://www.fec.gov/about/equal-employment-opportunity/ redirect; |
| 32 | +rewrite ^/about/offices/press/press.shtml /about/leadership-and-structure/fec-offices/communication-offices/ redirect; |
| 33 | +rewrite ^/about/offices/rad/rad.shtml /about/leadership-and-structure/fec-offices/compliance-offices/ redirect; |
| 34 | +rewrite ^/about/offices/secretary/secretary.shtml /about/leadership-and-structure/fec-offices/management-and-administration-offices/ redirect; |
10 | 35 |
|
11 | 36 | # af/ Admin fines redirects
|
12 | 37 | rewrite ^/af/af.shtml https://www.fec.gov/legal-resources/enforcement/administrative-fines/ redirect;
|
|
0 commit comments