-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.config
More file actions
911 lines (911 loc) · 65.1 KB
/
Copy pathweb.config
File metadata and controls
911 lines (911 loc) · 65.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering removeServerHeader="true" />
</security>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
<add name="X-Frame-Options" value="SAMEORIGIN" />
<add name="X-Content-Type-Options" value="nosniff" />
<add name="Strict-Transport-Security" value="max-age=31536000" />
</customHeaders>
</httpProtocol>
<rewrite>
<outboundRules>
<clear />
<rule name="AddCrossDomainHeader">
<match serverVariable="RESPONSE_Access_Control_Allow_Origin" pattern=".*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="true">
<add input="{HTTP_ORIGIN}"
pattern="(http(s)?://((.+)?\.kcc\.edu|localhost:[34]000|russet-sparrow\.cloudvent\.net))" />
</conditions>
<action type="Rewrite" value="{C:0}" />
</rule>
</outboundRules>
<rules>
<rule name="HTTPS Redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
</rule>
<rule name="Redirect kcc.edu to www.kcc.edu" patternSyntax="ECMAScript" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^kcc.edu$" />
</conditions>
<action type="Redirect" url="http://www.kcc.edu/{R:0}" />
</rule>
<rule name="help/web-request Redirect" stopProcessing="true">
<match url="^(help|web-?request)\/?$" />
<action type="Redirect" url="https://form.jotform.com/KCCwebservices/request" redirectType="Permanent"/>
</rule>
<rule name="Athletics Redirect" stopProcessing="true">
<match url="^athletics\/?$" />
<action type="Redirect" url="https://athletics.kcc.edu" redirectType="Permanent"/>
</rule>
<rule name="WIOA Redirect" stopProcessing="true">
<match url="^wioa\/?$" />
<action type="Redirect" url="https://www.kcc.edu/workforceservices/" redirectType="Permanent"/>
</rule>
<rule name="Home Redirect" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAny" trackAllCaptures="false">
<add input="{URL}" pattern="/Pages/Home.aspx" />
<add input="{URL}" pattern="/pages/home.aspx" />
<add input="{URL}" pattern="/students/pages/index.aspx" />
<add input="{URL}" pattern="/facultystaff/pages/default.aspx" />
<add input="{URL}" pattern="/students/pages/cancellations.aspx" />
</conditions>
<action type="Redirect" url="https://www.kcc.edu" redirectType="Permanent"/>
</rule>
<rule name="Newsroom shortlink" stopProcessing="true">
<match url="^(news|newsroom)\/?$" />
<action type="Redirect" url="https://news.kcc.edu/" redirectType="Temporary"/>
</rule>
<rule name="transferfair shortlink" stopProcessing="true">
<match url="^transferfair$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/transfer/#events" redirectType="Temporary"/>
</rule>
<rule name="TRIO shortlink" stopProcessing="true">
<match url="^trio\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/trio/" redirectType="Temporary"/>
</rule>
<rule name="exploreday shortlink" stopProcessing="true">
<match url="^exploreday\/?$" />
<action type="Redirect" url="https://visit.kcc.edu/" redirectType="Temporary" />
</rule>
<rule name="comejoinus shortlink" stopProcessing="true">
<match url="^comejoinus\/?$" />
<action type="Redirect" url="https://www.enrole.com/kcc/jsp/index.jsp" redirectType="Temporary"/>
</rule>
<rule name="1098t shortlink" stopProcessing="true">
<match url="^1098t\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/#t-and-other-forms" redirectType="Temporary"/>
</rule>
<rule name="advising shortlink" stopProcessing="true">
<match url="^advising\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/advising/" redirectType="Temporary"/>
</rule>
<rule name="alumni shortlink" stopProcessing="true">
<match url="^alumni\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/alumni/" redirectType="Temporary" />
</rule>
<rule name="ATEC shortlink" stopProcessing="true">
<match url="^atec\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#advanced-technology-education-center" redirectType="Temporary"/>
</rule>
<rule name="boardmeetings shortlink" stopProcessing="true">
<match url="^boardmeetings\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/board-of-trustees/" redirectType="Temporary"/>
</rule>
<rule name="careercamps shortlink" stopProcessing="true">
<match url="^careercamps\/?$" />
<action type="Redirect" url="https://www.kcc.edu/continuinged/" redirectType="Temporary"/>
</rule>
<rule name="cavaliersclassic shortlink" stopProcessing="true">
<match url="^cavaliersclassic\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/events/" redirectType="Temporary"/>
</rule>
<rule name="centurythanks shortlink" stopProcessing="true">
<match url="^centurythanks\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/" redirectType="Temporary"/>
</rule>
<rule name="connect shortlink" stopProcessing="true">
<match url="^connect\/?$" />
<action type="Redirect" url="https://selfservice.kcc.edu/Student" redirectType="Temporary"/>
</rule>
<rule name="contactus shortlink" stopProcessing="true">
<match url="^contactus\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/contact-us/" redirectType="Temporary"/>
</rule>
<rule name="counseling shortlink" stopProcessing="true">
<match url="^counseling\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/counseling-and-referral-services/" redirectType="Temporary"/>
</rule>
<rule name="data shortlink" stopProcessing="true">
<match url="^data\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/institutional-effectiveness/" redirectType="Temporary"/>
</rule>
<rule name="directions shortlink" stopProcessing="true">
<match url="^directions\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#campus-maps" redirectType="Temporary"/>
</rule>
<rule name="disabilityservices shortlink" stopProcessing="true">
<match url="^disability-?services\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/disability-services/" redirectType="Temporary"/>
</rule>
<rule name="donate shortlink" stopProcessing="true">
<match url="^donate\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/give/form/general/" redirectType="Temporary"/>
</rule>
<rule name="dualcredit shortlink" stopProcessing="true">
<match url="^dualcredit\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/high-school/#dual-credit-administrative-handbook" redirectType="Temporary"/>
</rule>
<rule name="earlycollege shortlink" stopProcessing="true">
<match url="^earlycollege\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/high-school/#early-college-program" redirectType="Temporary"/>
</rule>
<rule name="employerservices shortlink" stopProcessing="true">
<match url="^(?:employerservices|career-?services)\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/" redirectType="Temporary"/>
</rule>
<rule name="esl shortlink" stopProcessing="true">
<match url="^esl\/?$" />
<action type="Redirect" url="https://www.kcc.edu/adulted/programs/esl/" redirectType="Temporary"/>
</rule>
<rule name="finaid shortlink" stopProcessing="true">
<match url="^finaid\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/financial-aid/" redirectType="Temporary"/>
</rule>
<rule name="financialaid shortlink" stopProcessing="true">
<match url="^financialaid\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/financial-aid/" redirectType="Temporary"/>
</rule>
<rule name="finals shortlink" stopProcessing="true">
<match url="^finals\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/final-exams/" redirectType="Temporary"/>
</rule>
<rule name="frenchcanadians shortlink" stopProcessing="true">
<match url="^frenchcanadians\/?$" />
<action type="Redirect" url="https://frenchcanadians.kcc.edu/" redirectType="Temporary"/>
</rule>
<rule name="give shortlink" stopProcessing="true">
<match url="^give\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/give/" redirectType="Temporary"/>
</rule>
<rule name="golfouting shortlink" stopProcessing="true">
<match url="^golfouting\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/events/" redirectType="Temporary"/>
</rule>
<rule name="gradchecklist shortlink" stopProcessing="true">
<match url="^gradchecklist\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/commencement/#graduation-checklist" redirectType="Temporary"/>
</rule>
<rule name="gsupartnership shortlink" stopProcessing="true">
<match url="^gsupartnership\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/transfer/partners/#kcc-gsu-dual-degree-program" redirectType="Temporary"/>
</rule>
<rule name="hcctp shortlink" stopProcessing="true">
<match url="^hcctp\/?$" />
<action type="Redirect" url="https://www.kcc.edu/continuinged/hcctp/" redirectType="Temporary"/>
</rule>
<rule name="hcdates shortlink" stopProcessing="true">
<match url="^hcdate\/?$s" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/#important-dates-and-deadlines" redirectType="Temporary"/>
</rule>
<rule name="hcapply shortlink" stopProcessing="true">
<match url="^hcapply\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/" redirectType="Temporary"/>
</rule>
<rule name="healthprograms and medicalprofessions shortlink" stopProcessing="true">
<match url="^(healthprograms|medicalprofessions)\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/#medical-professions" redirectType="Temporary"/>
</rule>
<rule name="helpdesk shortlink" stopProcessing="true">
<match url="^helpdesk\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/its/" redirectType="Temporary"/>
</rule>
<rule name="hortandag shortlink" stopProcessing="true">
<match url="^hortandag\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/programs/ag-and-hort-program/" redirectType="Temporary"/>
</rule>
<rule name="hsartshow shortlink" stopProcessing="true">
<match url="^hsartshow\/?$" />
<action type="Redirect" url="https://www.kcc.edu/community/arts-and-culture/#high-school-art-exhibition" redirectType="Temporary"/>
</rule>
<rule name="ie shortlink" stopProcessing="true">
<match url="^ie\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/institutional-effectiveness/" redirectType="Temporary"/>
</rule>
<rule name="illinoisworknet shortlink" stopProcessing="true">
<match url="^illinoisworknet\/?$" />
<action type="Redirect" url="https://www.kcc.edu/workforceservices/" redirectType="Temporary"/>
</rule>
<rule name="instructcomplaint shortlink" stopProcessing="true">
<match url="^instructcomplaint\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-complaint-procedures/" redirectType="Temporary"/>
</rule>
<rule name="itpolicies shortlink" stopProcessing="true">
<match url="^itpolicies\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/its/#computer-use-policies" redirectType="Temporary"/>
</rule>
<rule name="ITS shortlink" stopProcessing="true">
<match url="^its\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/its/" redirectType="Temporary"/>
</rule>
<rule name="jobfair shortlink" stopProcessing="true">
<match url="^job-?fair\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/job-fairs/" redirectType="Temporary"/>
</rule>
<rule name="kcctrainingsolutions shortlink" stopProcessing="true">
<match url="^kcctrainingsolutions\/?$" />
<action type="Redirect" url="https://www.kcc.edu/continuinged/training/" redirectType="Temporary"/>
</rule>
<rule name="lawenforcement shortlink" stopProcessing="true">
<match url="^law-?enforcement\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/crim-justice-law-enforcement" redirectType="Temporary"/>
</rule>
<rule name="lli shortlink" stopProcessing="true">
<match url="^lli\/?$" />
<action type="Redirect" url="https://www.enrole.com/kcc/jsp/index.jsp?categoryId=BF777290" redirectType="Temporary"/>
</rule>
<rule name="manufacturing shortlink" stopProcessing="true">
<match url="^manufacturing\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/manufacturing-technology" redirectType="Temporary"/>
</rule>
<rule name="MITC shortlink" stopProcessing="true">
<match url="^mitc\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#manufacturing-and-industrial-technology-center" redirectType="Temporary"/>
</rule>
<rule name="NEC shortlink" stopProcessing="true">
<match url="^nec\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#nec" redirectType="Temporary"/>
</rule>
<rule name="nelnet shortlink" stopProcessing="true">
<match url="^nelnet\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/?id=nelnet-payment-plan#tuition-payment-and-deadlines" redirectType="Temporary"/>
</rule>
<rule name="non-instructcomplaint shortlink" stopProcessing="true">
<match url="^non-instructcomplaint\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-complaint-procedures/?id=non-instructionalgeneral-complaints#general-complaints" redirectType="Temporary"/>
</rule>
<rule name="Parking shortlink" stopProcessing="true">
<match url="^parking\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#parking" redirectType="Temporary"/>
</rule>
<rule name="payinfo shortlink" stopProcessing="true">
<match url="^payinfo\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/#tuition-payment-and-deadlines" redirectType="Temporary"/>
</rule>
<rule name="payoptions shortlink" stopProcessing="true">
<match url="^payoptions\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/?id=tuition-payment-options#tuition-payment-and-deadlines" redirectType="Temporary"/>
</rule>
<rule name="placement shortlink" stopProcessing="true">
<match url="^placement\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/testing/" redirectType="Temporary"/>
</rule>
<rule name="D218 Testing Hours shortlink" stopProcessing="true">
<match url="^testing-hours\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/testing/#location-and-hours" redirectType="Temporary"/>
</rule>
<rule name="pta shortlink" stopProcessing="true">
<match url="^pta\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/physical-therapist-assistant/associate-of-applied-science/physical-therapist-assistant-0" redirectType="Temporary"/>
</rule>
<rule name="programs shortlink" stopProcessing="true">
<match url="^programs\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/" redirectType="Temporary"/>
</rule>
<rule name="ptk shortlink" stopProcessing="true">
<match url="^ptk\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/clubs/#phi-theta-kappa" redirectType="Temporary"/>
</rule>
<rule name="register shortlink" stopProcessing="true">
<match url="^register\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/register/" redirectType="Temporary"/>
</rule>
<rule name="registration shortlink" stopProcessing="true">
<match url="^registration$" />
<action type="Redirect" url="https://www.kcc.edu/academics/register/" redirectType="Temporary"/>
</rule>
<rule name="reportacrime shortlink" stopProcessing="true">
<match url="^reportacrime\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#reporting-a-crime" redirectType="Temporary"/>
</rule>
<rule name="riverfront shortlink" stopProcessing="true">
<match url="^riverfront\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/" redirectType="Temporary"/>
</rule>
<rule name="safety shortlink" stopProcessing="true">
<match url="^safety\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/" redirectType="Temporary"/>
</rule>
<rule name="schedule shortlink" stopProcessing="true">
<match url="^schedule\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/schedule/" redirectType="Temporary"/>
</rule>
<rule name="scholarships shortlink" stopProcessing="true">
<match url="^scholarships\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/scholarships/" redirectType="Temporary"/>
</rule>
<rule name="sexualmisconductpolicy shortlink" stopProcessing="true">
<match url="^sexualmisconductpolicy\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/sexual-misconduct-policy" redirectType="Temporary"/>
</rule>
<rule name="silentwitness shortlink" stopProcessing="true">
<match url="^silentwitness\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#reporting-a-crime" redirectType="Temporary"/>
</rule>
<rule name="staff shortlink" stopProcessing="true">
<match url="^staff\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/directories/" redirectType="Temporary"/>
</rule>
<rule name="sustainability shortlink" stopProcessing="true">
<match url="^sustainability\/?$" />
<action type="Redirect" url="https://www.kcc.edu/community/sustainability/" redirectType="Temporary"/>
</rule>
<rule name="textalerts shortlink" stopProcessing="true">
<match url="^textalerts\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#notifications" redirectType="Temporary"/>
</rule>
<rule name="titleix shortlink" stopProcessing="true">
<match url="^titleix\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/title-ix/" redirectType="Temporary"/>
</rule>
<rule name="transfer shortlink" stopProcessing="true">
<match url="^transfer\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/transfer/" redirectType="Temporary"/>
</rule>
<rule name="triotalentsearch shortlink" stopProcessing="true">
<match url="^triotalentsearch\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/high-school/#trio" redirectType="Temporary"/>
</rule>
<rule name="tutoring shortlink" stopProcessing="true">
<match url="^tutoring\/?$" />
<action type="Redirect" url="https://library.kcc.edu/tutoring/" redirectType="Temporary"/>
</rule>
<rule name="update shortlink" stopProcessing="true">
<match url="^update\/?$" />
<action type="Redirect" url="https://my.kcc.edu/faculty/Pages/Show-all-Newsletter.aspx" redirectType="Temporary"/>
</rule>
<rule name="upwardbound shortlink" stopProcessing="true">
<match url="^upwardbound\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/high-school/#upward-bound" redirectType="Temporary"/>
</rule>
<rule name="veterans shortlink" stopProcessing="true">
<match url="^veterans\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/veterans/" redirectType="Temporary"/>
</rule>
<rule name="VIP Tour shortlink" stopProcessing="true">
<match url="^vip\/?$" />
<action type="Redirect" url="https://visit.kcc.edu/" redirectType="Temporary"/>
</rule>
<rule name="catalog shortlink" stopProcessing="true">
<match url="^catalog\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu" redirectType="Temporary"/>
</rule>
<rule name="FERPA shortlink" stopProcessing="true">
<match url="^ferpa\/?$" />
<action type="Redirect" url="https://cdn.kcc.edu/records/FERPA-release.pdf" redirectType="Temporary"/>
</rule>
<rule name="Apply shortlink" stopProcessing="true">
<match url="^apply\/?$" />
<action type="Redirect" url="https://apply.kcc.edu" redirectType="Temporary"/>
</rule>
<rule name="Canvas shortlink" stopProcessing="true">
<match url="^canvas\/?$" />
<action type="Redirect" url="https://kcc.instructure.com/" redirectType="Temporary"/>
</rule>
<rule name="consumerinfo shortlink" stopProcessing="true">
<match url="^consumerinfo\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/consumer-info/" redirectType="Temporary"/>
</rule>
<rule name="Bookstore shortlink" stopProcessing="true">
<match url="^bookstore\/?$" />
<action type="Redirect" url="https://books.kcc.edu" redirectType="Temporary"/>
</rule>
<rule name="Jobs shortlink" stopProcessing="true">
<match url="^jobs\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/human-resources/job-openings/" redirectType="Temporary"/>
</rule>
<rule name="Calendar shortlink" stopProcessing="true">
<match url="^calendar\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/calendar/" redirectType="Temporary"/>
</rule>
<rule name="Joinahealthcareer shortlink" stopProcessing="true">
<match url="^joinahealthcareer\/?$" />
<action type="Redirect" url="https://form.jotform.com/KCCwebservices/healthcareers" redirectType="Temporary"/>
</rule>
<rule name="Give Day shortlink" stopProcessing="true">
<match url="^giveday\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/giveday/" redirectType="Temporary"/>
</rule>
<rule name="MITC classes shortlink" stopProcessing="true">
<match url="^mitcclasses\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/mitcclasses/" redirectType="Temporary"/>
</rule>
<rule name="Disclosures shortlink" stopProcessing="true">
<match url="^disclosures\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/consumer-info" redirectType="Temporary"/>
</rule>
<rule name="EDI shortlink" stopProcessing="true">
<match url="^[eE][dD][iI]\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/edi/" redirectType="Temporary"/>
</rule>
<rule name="idcard shortlink" stopProcessing="true">
<match url="^idcard\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#id-cards" redirectType="Temporary"/>
</rule>
<rule name="Respiratory shortlink" stopProcessing="true">
<match url="^respiratory\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/respiratory-therapist/associate-of-applied-science/respiratory-therapist" redirectType="Temporary"/>
</rule>
<rule name="HCCTP redirect" stopProcessing="true">
<match url="^highwayconstruction\/?$" />
<action type="Redirect" url="https://www.kcc.edu/continuinged/hcctp/" redirectType="Temporary"/>
</rule>
<rule name="applynow shortlink" stopProcessing="true">
<match url="^applynow\/?$" />
<action type="Redirect" url="https://kccedu.force.com/portal/TX_SiteLogin?startURL=%2Fportal%2FTargetX_Base__Portal" redirectType="Temporary"/>
</rule>
<rule name="fitnesscenter shortlink" stopProcessing="true">
<match url="^fitness(?:-?center)?\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/fitness-center/" redirectType="Temporary"/>
</rule>
<rule name="careercoach shortlink" stopProcessing="true">
<match url="^careercoach\/?$" />
<action type="Redirect" url="https://kcc.emsicc.com/" redirectType="Temporary"/>
</rule>
<rule name="history shortlink" stopProcessing="true">
<match url="^history\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/history/" redirectType="Temporary"/>
</rule>
<rule name="welding shortlink" stopProcessing="true">
<match url="^welding\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/welding-technology" redirectType="Temporary"/>
</rule>
<rule name="daisy-award shortlink" stopProcessing="true">
<match url="^daisy-award\/?$" />
<action type="Redirect" url="https://form.jotform.com/220685909392971" redirectType="Temporary"/>
</rule>
<rule name="aleks-math shortlink" stopProcessing="true">
<match url="^aleks-math\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/testing/#math-aleks" redirectType="Temporary"/>
</rule>
<rule name="idcards shortlink" stopProcessing="true">
<match url="^idcards\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#id-cards" redirectType="Temporary"/>
</rule>
<rule name="kcc.cc.il.us redirect" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAny" trackAllCaptures="false">
<add input="{HTTP_HOST}{REQUEST_URI}" pattern="kcc.cc.il.us" />
</conditions>
<action type="Redirect" url="https://www.kcc.edu" redirectType="Permanent"/>
</rule>
<rule name="commitment-day shortlink" stopProcessing="true">
<match url="^commitment-day\/?$" />
<action type="Redirect" url="https://form.jotform.com/220965601879971" redirectType="Temporary"/>
</rule>
<rule name="training-grant-application shortlink" stopProcessing="true">
<match url="^training-grant\/?$" />
<action type="Redirect" url="https://www.kcc.edu/workforceservices/wioa-scholarship/" redirectType="Temporary"/>
</rule>
<rule name="financial-aid shortlink" stopProcessing="true">
<match url="^financial-aid\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/financial-aid/" redirectType="Temporary"/>
</rule>
<rule name="auto-tech shortlink" stopProcessing="true">
<match url="^auto-tech\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/automotive-technology" redirectType="Temporary"/>
</rule>
<rule name="elec-eng-tech shortlink" stopProcessing="true">
<match url="^elec-eng-tech\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/electrical-technology" redirectType="Temporary"/>
</rule>
<rule name="criminal-justice shortlink" stopProcessing="true">
<match url="^criminal-justice\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/crim-justice-law-enforcement/associate-of-arts/criminal-justice-sample-transfer-plan" redirectType="Temporary"/>
</rule>
<rule name="comp-gfx-tech shortlink" stopProcessing="true">
<match url="^comp-gfx-tech\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/computer-graphic-technology" redirectType="Temporary"/>
</rule>
<rule name="Gap Year shortlink" stopProcessing="true">
<match url="^gapyear\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/request-info/" redirectType="Temporary"/>
</rule>
<rule name="Innovation Lab youtube audio tour" stopProcessing="true">
<match url="^innovation-yt\/?$" />
<action type="Redirect" url="https://youtu.be/OTKMzWaz1UM" redirectType="Temporary"/>
</rule>
<rule name="Automation Hydraulics youtube audio tour" stopProcessing="true">
<match url="^automation-yt\/?$" />
<action type="Redirect" url="https://youtu.be/V-oCfvI2TeI" redirectType="Temporary"/>
</rule>
<rule name="Design Tech youtube audio tour" stopProcessing="true">
<match url="^design-tech-yt\/?$" />
<action type="Redirect" url="https://youtu.be/hghgmNrru20" redirectType="Temporary"/>
</rule>
<rule name="Electronics youtube audio tour" stopProcessing="true">
<match url="^electronics-yt\/?$" />
<action type="Redirect" url="https://youtu.be/LCfWP4GBazU" redirectType="Temporary"/>
</rule>
<rule name="Graphic Design youtube audio tour" stopProcessing="true">
<match url="^graphic-design-yt\/?$" />
<action type="Redirect" url="https://youtu.be/ZkMdFW-QB44" redirectType="Temporary"/>
</rule>
<rule name="Motor Control Lab youtube audio tour" stopProcessing="true">
<match url="^motor-control-yt\/?$" />
<action type="Redirect" url="https://youtu.be/ydNyaTSpPZo" redirectType="Temporary"/>
</rule>
<rule name="Automotive youtube audio tour" stopProcessing="true">
<match url="^automotive-yt\/?$" />
<action type="Redirect" url="https://youtu.be/FMxzLNx7MgE" redirectType="Temporary"/>
</rule>
<rule name="Police Training Simulator youtube audio tour" stopProcessing="true">
<match url="^pt-simulator-yt\/?$" />
<action type="Redirect" url="https://youtu.be/DYxIPKw8q-0" redirectType="Temporary"/>
</rule>
<rule name="Law Enforcement Crime Scene Lab youtube audio tour" stopProcessing="true">
<match url="^crime-scene-yt\/?$" />
<action type="Redirect" url="https://youtu.be/xDmBnAa9Go8" redirectType="Temporary"/>
</rule>
<rule name="Welcome youtube audio tour" stopProcessing="true">
<match url="^welcome-yt\/?$" />
<action type="Redirect" url="https://youtu.be/GszVwHR4Kv0" redirectType="Temporary"/>
</rule>
<rule name="Thank you for visiting youtube audio tour" stopProcessing="true">
<match url="^thank-you-yt\/?$" />
<action type="Redirect" url="https://youtu.be/J3LXy_cGTPU" redirectType="Temporary"/>
</rule>
<rule name="Cash Bash shortlink" stopProcessing="true">
<match url="^cashbash\/?$" />
<action type="Redirect" url="https://athletics.kcc.edu/support/cash-bash/" redirectType="Temporary"/>
</rule>
<rule name="MLT shortlink" stopProcessing="true">
<match url="^mlt\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/medical-laboratory-technology/associate-of-applied-science/medical-laboratory-technology" redirectType="Temporary"/>
</rule>
<rule name="Military Dependents shortlink" stopProcessing="true">
<match url="^military-?dependents\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/veterans/#military-dependents" redirectType="Temporary"/>
</rule>
<rule name="Catholic Charities map shortlink - QR code" stopProcessing="true">
<match url="^catholic-charities-map\/?$" />
<action type="Redirect" url="https://cdn.kcc.edu/graphics/maps/campus-map_catholic-charity_outlines.pdf" redirectType="Temporary"/>
</rule>
<rule name="Google Maps Directions to KCC shortlink - QR code" stopProcessing="true">
<match url="^directions-to-kcc\/?$" />
<action type="Redirect" url="https://www.google.com/maps/dir/?api=1&destination=Kankakee+Community+College%2C+College+Drive%2C+Kankakee%2C+IL" redirectType="Temporary"/>
</rule>
<rule name="Google Maps Directions to Catholic Charities - QR code" stopProcessing="true">
<match url="^directions-to-catholic-charities\/?$" />
<action type="Redirect" url="https://www.google.com/maps/dir/?api=1&destination=Catholic+Charities%2C100+College+Drive%2C+Kankakee%2C+IL+60901" redirectType="Temporary"/>
</rule>
<rule name="SEC short-link" stopProcessing="true">
<match url="^sec\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/visitor-information/#south-extension-center" redirectType="Temporary"/>
</rule>
<rule name="ICCB CTE page (http://www2.iccb.org/cte/) fix for bad link to KCC page" stopProcessing="true">
<match url="^future\/start\/Pages\/cte\.aspx" />
<action type="Redirect" url="https://www.kcc.edu/academics" redirectType="Permanent"/>
</rule>
<rule name="Experience Student Appointments short-link" stopProcessing="true">
<match url="^student-appointments\/?$" />
<action type="Redirect" url="https://experience.elluciancloud.com/kcc/page/all-accounts/Ellucian/appoint-capability/StudentCard/appointments" redirectType="Temporary"/>
</rule>
<rule name="PATH Grant short-link" stopProcessing="true">
<match url="^pathgrant\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/pathgrant" redirectType="Temporary"/>
</rule>
<rule name="Textbooks QR code short-link" stopProcessing="true">
<match url="^textbooks\/?$" />
<action type="Redirect" url="https://books.kcc.edu/SelectTermDept" redirectType="Temporary"/>
</rule>
<rule name="Support Resources General QR code short-link" stopProcessing="true">
<match url="^student-supports-general\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#general-community-resources" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Counseling QR code short-link" stopProcessing="true">
<match url="^student-supports-counseling\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#counseling-resources" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Additional QR code short-link" stopProcessing="true">
<match url="^student-supports-additional\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#additional-student-services" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Scholarships QR code short-link" stopProcessing="true">
<match url="^student-supports-scholarships\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#scholarships" redirectType="Temporary"/>
</rule>
<rule name="Support Resources KCC QR code short-link" stopProcessing="true">
<match url="^student-supports-kcc\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#kccspecific-resources" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Food QR code short-link" stopProcessing="true">
<match url="^student-supports-food\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#food-resources" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Housing QR code short-link" stopProcessing="true">
<match url="^student-supports-housing\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#housing-costs" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Childcare QR code short-link" stopProcessing="true">
<match url="^student-supports-childcare\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#childcare-options" redirectType="Temporary"/>
</rule>
<rule name="Support Resources Espanol QR code short-link" stopProcessing="true">
<match url="^student-supports-espanol\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/#recursos-en-espanol" redirectType="Temporary"/>
</rule>
<rule name="Wheels of Opportunity QR code short-link" stopProcessing="true">
<match url="^wheels-of-opportunity\/?$" />
<action type="Redirect" url="https://www.kcc.edu/community/wheels" redirectType="Temporary"/>
</rule>
<rule name="GED in Spanish Jotform" stopProcessing="true">
<match url="^ged-spanish\/?$" />
<action type="Redirect" url="https://form.jotform.com/232215598385060" redirectType="Temporary"/>
</rule>
<rule name="candidcomments short-link and QR code" stopProcessing="true">
<match url="^candid-?comments?\/?$" />
<action type="Redirect" url="https://form.jotform.com/200643667961057" redirectType="Temporary"/>
</rule>
<rule name="police short-link" stopProcessing="true">
<match url="^police\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/" redirectType="Temporary"/>
</rule>
<rule name="BIT (behavioral intervention team) short-link" stopProcessing="true">
<match url="^bit\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/police-and-safety/#reporting-a-crime" redirectType="Temporary"/>
</rule>
<rule name="Study Abroad short-link" stopProcessing="true">
<match url="^study-?abroad\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/#study-abroad" redirectType="Temporary"/>
</rule>
<rule name="Support Resources short-link" stopProcessing="true">
<match url="^support-?resources\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/support-resources/" redirectType="Temporary"/>
</rule>
<rule name="Student Complaint Procedures redirect" stopProcessing="true">
<match url="^student-resources\/student-complaint-policy\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-complaint-procedures/" redirectType="Permanent"/>
</rule>
<rule name="Events short-link" stopProcessing="true">
<match url="^events\/?$" />
<action type="Redirect" url="https://news.kcc.edu/events/" redirectType="Temporary"/>
</rule>
<rule name="Handbook page redirect to new location" stopProcessing="true">
<match url="^student-resources\/handbook\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/handbook/" redirectType="Permanent"/>
</rule>
<rule name="Clubs page redirect to new location" stopProcessing="true">
<match url="^student-resources\/clubs\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/clubs/" redirectType="Permanent"/>
</rule>
<rule name="Student Representatives page redirect to new location" stopProcessing="true">
<match url="^student-resources\/student-representatives\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/student-representatives/" redirectType="Permanent"/>
</rule>
<rule name="Food Pantry page redirect to new location" stopProcessing="true">
<match url="^student-resources\/food-pantry\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/food-pantry/" redirectType="Permanent"/>
</rule>
<rule name="GED short-link redirect for QR code" stopProcessing="true">
<match url="^ged\/?$" />
<action type="Redirect" url="https://www.kcc.edu/adulted/programs/ged/" redirectType="Temporary"/>
</rule>
<rule name="Employee Recognition short-link" stopProcessing="true">
<match url="^recog\/?$" />
<action type="Redirect" url="https://lp.constantcontactpages.com/ev/reg/bm8pxgu/lp/d730f0e5-8ba9-4e91-8ba1-86f624d4ece2" redirectType="Temporary"/>
</rule>
<rule name="FOIA redirect old PDF to new location" stopProcessing="true">
<match url="^about\/uploads\/docs\/freedom-of-information-act_rev-8-18-2021\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/about/uploads/docs/freedom-of-information-act.pdf" redirectType="Permanent"/>
</rule>
<rule name="Commencement short-link" stopProcessing="true">
<match url="^commencement\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/commencement/" redirectType="Temporary"/>
</rule>
<rule name="BAM/Momentum short-links" stopProcessing="true">
<match url="^(bam|momentum|levelup|eco)\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/earlycollege/" redirectType="Temporary"/>
</rule>
<rule name="examprep short-link" stopProcessing="true">
<match url="^examprep\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/testing/#prepare-for-the-exams" redirectType="Temporary"/>
</rule>
<rule name="testhours short-link" stopProcessing="true">
<match url="^testhours\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/testing/#location-and-hours" redirectType="Temporary"/>
</rule>
<rule name="finaidworkshops short-link and QR code" stopProcessing="true">
<match url="^finaidworkshops\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/financial-aid/#financial-aid-workshops" redirectType="Temporary"/>
</rule>
<rule name="financialsupport short-link and QR code" stopProcessing="true">
<match url="^financialsupport\/?$" />
<action type="Redirect" url="https://www.kcc.edu/tuition-and-aid/financial-support/" redirectType="Temporary"/>
</rule>
<rule name="paraprofessional-aas short-link and QR code" stopProcessing="true">
<match url="^paraprofessional-aas\/?$" />
<action type="Redirect" url="https://catalog.kcc.edu/education/associate-of-applied-science/paraprofessional-educator-teachers-aide" redirectType="Temporary"/>
</rule>
<rule name="ISUspecialed short-link and QR code" stopProcessing="true">
<match url="^isuspecialed\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/transfer/partners/#isu-online" redirectType="Temporary"/>
</rule>
<rule name="STEM short-link" stopProcessing="true">
<match url="^stem\/?$" />
<action type="Redirect" url="https://www.kcc.edu/academics/stem/" redirectType="Temporary"/>
</rule>
<rule name="Driver Improvement Program (Enrolle) short-links" stopProcessing="true">
<match url="^(driver|dip)\/?$" />
<action type="Redirect" url="https://www.enrole.com/kcc/jsp/index.jsp?categoryId=BF7887E8" redirectType="Temporary"/>
</rule>
<rule name="career-exploration short-link" stopProcessing="true">
<match url="^career-?exploration\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/career-exploration/" redirectType="Temporary"/>
</rule>
<rule name="Club forms redirect to new location" stopProcessing="true">
<match url="^student-resources\/clubs\/forms\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/clubs/forms/" redirectType="Permanent"/>
</rule>
<rule name="Cav camp 2025 QR code and redirect" stopProcessing="true">
<match url="^cavcamp2025\/?$" />
<action type="Redirect" url="https://form.jotform.com/241725156083051" redirectType="Temporary"/>
</rule>
<rule name="Redirect Student Complaint Procedure to new Report a Concern replacement page" stopProcessing="true">
<match url="^student-resources\/student-complaint-procedures\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/report-a-concern/" redirectType="Permanent"/>
</rule>
<rule name="Fast Path Jotform short-link and QR code redirect" stopProcessing="true">
<match url="^fast-?path\/?$" />
<action type="Redirect" url="https://form.jotform.com/210494654127052" redirectType="Temporary"/>
</rule>
<rule name="FOIA short-link and QR code redirect" stopProcessing="true">
<match url="^foia\/?$" />
<action type="Redirect" url="https://www.kcc.edu/about/uploads/docs/freedom-of-information-act.pdf" redirectType="Temporary"/>
</rule>
<rule name="starthere redirect for old YouTube videos" stopProcessing="true">
<match url="^starthere\/?$" />
<action type="Redirect" url="https://info.kcc.edu" redirectType="Permanent"/>
</rule>
<rule name="Redirect A2 Test PDF to A2 Test page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/2026-A2-test-dates\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/a2-test-dates/" redirectType="Permanent" />
</rule>
<rule name="Redirect Health Careers Residency PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/Residency-for-KCC-Health-Career-Programs\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/residency/" redirectType="Permanent" />
</rule>
<rule name="Redirect PTA Essential Functions PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/PTAphysicalminimum-abilities-req-pta\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/pta-essential-functions/" redirectType="Permanent" />
</rule>
<rule name="Redirect Respiratory Physical Standards PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/RESPIRATORYphysicalminimum-abilities-req-resp\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/respiratory-physical-standards/" redirectType="Permanent" />
</rule>
<rule name="Redirect Nursing Essiential Functions PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/NURSINGphysicalminimum-abilities-req-nursing\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/nursing-essential-functions/" redirectType="Permanent" />
</rule>
<rule name="Redirect MLT Essiential Functions PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/MLTphysicalminimum-abilities-req-mlt\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/mlt-essential-functions/" redirectType="Permanent" />
</rule>
<rule name="Redirect Radiography Essiential Functions PDF to page" stopProcessing="true">
<match url="^admissions/uploads/pdf/healthcareers/XRAYphysicalminimum-abilities-req-rad\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/health-careers-requirements/radiography-physical-standards/" redirectType="Permanent" />
</rule>
<rule name="Redirect old Events Calendar page to new location" stopProcessing="true">
<match url="^student-resources/events-calendar/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/#student-life-events-calendar" appendQueryString="false" redirectType="Permanent" />
</rule>
<rule name="futures short-link" stopProcessing="true">
<match url="^futures\/?$" />
<action type="Redirect" url="https://info.kcc.edu/" redirectType="Temporary"/>
</rule>
<rule name="Redirect for old misconduct page" stopProcessing="true">
<match url="^Community/Collegeinfo/consumer-info/Pages/misconduct-.*" />
<action type="Redirect" url="https://www.kcc.edu/about/report-a-concern/" redirectType="Permanent" />
</rule>
<rule name="Redirect for old counseling and referral page" stopProcessing="true">
<match url="^students/advising/Pages/counseling-and-referral-.*" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/counseling-and-referral-services/" redirectType="Permanent" />
</rule>
<rule name="Redirect Old Student Manuals" stopProcessing="true">
<match url="^student-resources/uploads/docs/club-forms/student-organization-manual_(2020-21|2023)\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/student-life/clubs/manual/" redirectType="Permanent" />
</rule>
<rule name="bigdreams short-link" stopProcessing="true">
<match url="^bigdreams\/?$" />
<action type="Redirect" url="https://info.kcc.edu/" redirectType="Temporary"/>
</rule>
<rule name="ceja short-link" stopProcessing="true">
<match url="^ceja\/?$" />
<action type="Redirect" url="https://www.kcc.edu/community/ceja/" redirectType="Temporary"/>
</rule>
<rule name="GED-career short-link" stopProcessing="true">
<match url="^ged-career\/?$" />
<action type="Redirect" url="https://www.kcc.edu/adulted/programs/ged/request-info/" redirectType="Temporary"/>
</rule>
<rule name="Redirect old GED Plus Career page" stopProcessing="true">
<match url="^adulted\/programs\/ged\/ged-plus-career\/?$" />
<action type="Redirect" url="https://www.kcc.edu/adulted/programs/ged/request-info/" redirectType="Permanent" />
</rule>
<rule name="Redirect Board Policy Manual to handbooks.kcc.edu" stopProcessing="true">
<match url="^about\/uploads\/docs\/Board Policy Manual 202[56]\.pdf$" />
<action type="Redirect" url="https://handbooks.kcc.edu/" redirectType="Permanent" />
</rule>
<rule name="Redirect Advising Walk-in PDF" stopProcessing="true">
<match url="^student-resources\/uploads\/docs\/advising-walk-in-dates\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/advising/walk-in-dates/" redirectType="Permanent" />
</rule>
<rule name="Redirect Pregnancy Resource PDF to New Page" stopProcessing="true">
<match url="^about\/uploads\/docs\/Pregnant-and-Parenting-Resource-Guide-KCC-10-10-2024\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/about/title-ix/pregnancy-resource-guide/" redirectType="Permanent" />
</rule>
<rule name="Redirect Pregnancy Fact Sheet PDF to New Page" stopProcessing="true">
<match url="^about\/uploads\/docs\/Q---Pregnancy-and-Related-Conditions-Fact-Sheet-2024-Higher-Ed\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/about/title-ix/pregnancy-fact-sheet/" redirectType="Permanent" />
</rule>
<rule name="Let's Party! short-link" stopProcessing="true">
<match url="^lets-?party\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/events/fall-fundraiser/" redirectType="Temporary"/>
</rule>
<rule name="Women's Giving Circle short-link" stopProcessing="true">
<match url="^(?:womens-?)?giving-?circle\/?$" />
<action type="Redirect" url="https://www.kcc.edu/foundation/events/womens-giving-circle/" redirectType="Temporary"/>
</rule>
<rule name="ANCRA redirect" stopProcessing="true">
<match url="^about\/uploads\/docs\/abused-and-neglected-child-reporting-act\.pdf$" />
<action type="Redirect" url="https://www.kcc.edu/about/human-resources/" redirectType="Permanent"/>
</rule>
<rule name="Post-transfer fair 1-on-1 rep meeting short link and QR code" stopProcessing="true">
<match url="^transfer-1-on-1\/?$" />
<action type="Redirect" url="https://bookings.cloud.microsoft/book/VisitingCollegeTransferRepAppointments1@kankakeecc.onmicrosoft.com/?ismsaljsauthenabled" redirectType="Temporary"/>
</rule>
<rule name="Redirect old Career Services workshops page to new location" stopProcessing="true">
<match url="^student-resources\/career-services\/workshops\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/#events" redirectType="Permanent"/>
</rule>
<rule name="Career Services Workshops short-link and QR code" stopProcessing="true">
<match url="^career-?workshops\/?$" />
<action type="Redirect" url="https://www.kcc.edu/student-resources/career-services/#events" redirectType="Temporary"/>
</rule>
<rule name="Redirect old removed version of VA Benefits form" stopProcessing="true">
<match url="^admissions\/uploads\/pdf\/va-education-benefits-request-form_rev-11-2022\.pdf\/?$" />
<action type="Redirect" url="https://www.kcc.edu/admissions/veterans/#education-and-training-benefits" redirectType="Permanent"/>
</rule>
</rules>
</rewrite>
<httpErrors>
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/404.html" responseMode="ExecuteURL" />
</httpErrors>
<caching enabled="true" enableKernelCache="true">
<profiles>
<add extension=".html" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".pdf" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".js" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".css" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".jpg" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".jpeg" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".png" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".gif" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
<add extension=".svg" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" />
</profiles>
</caching>
<staticContent>
<mimeMap fileExtension=".webmanifest" mimeType="application/manifest+json" />
</staticContent>
</system.webServer>
</configuration>