-
Notifications
You must be signed in to change notification settings - Fork 188
/
.htaccess
903 lines (594 loc) · 47.8 KB
/
.htaccess
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
ErrorDocument 404 /404.html
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
# Code generated by www.301-redirect.online
RewriteEngine on
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/header/$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/Blocks/header/$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/header/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Blocks/header/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transaction\-life\-cycle/$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Blocks/transaction\-life\-cycle/$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transaction\-life\-cycle/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Blocks/transaction\-life\-cycle/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions/$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Blocks/transactions/$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Blocks/transactions/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/CLI/commands/$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/CLI/commands/$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/CLI/commands/index\.html$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/CLI/commands/index\.html$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-abi/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-abi/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-abi/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-abi/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-address/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-address/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-address/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-address/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-classes/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-classes/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-classes/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-classes/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-hash/$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-hash/$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-hash/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-hash/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-storage/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-storage/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-storage/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Contracts/contract\-storage/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Data\ Availabilty/on\-chain\-data/$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Data_Availabilty/on\-chain-data/$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Data\ Availabilty/on\-chain\-data/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Data_Availabilty/on\-chain\-data/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Events/starknet\-events/$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Events/starknet\-events/$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Events/starknet\-events/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Events/starknet\-events/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Fees/fee\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Fees/fee\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Fees/fee\-mechanism/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Fees/fee\-mechanism/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Hashing/hash\-functions/$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Hashing/hash\-functions/$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Hashing/hash\-functions/index\.html$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/Hashing/hash\-functions/index\.html$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/intro/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/intro/index\.html$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/messaging\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/messaging\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/messaging\-mechanism/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/messaging\-mechanism/index\.html$$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/L1\-L2_Communication/token\-bridge\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/token\-bridge/index\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/token\-bridge/index\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\<\>L2\ Communication/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\<\>L2\ Communication/token\-bridge/index\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/L1\-L2_Communication/token\-bridge/index\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/State/starknet\-state/$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/State/starknet\-state/$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/State/starknet\-state/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^/develop/State/starknet\-state/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
# Added Dec 3, 2023
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/header/$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/header/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/transaction\-life\-cycle/$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/transaction\-life\-cycle/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/transactions/$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Blocks/transactions/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Fees/fee\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Fees/fee\-mechanism/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/L1\-L2_Communication/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/L1\-L2_Communication/token\-bridge/index\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/token\-bridge/$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/token\-bridge/index.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/L1\-L2_Communication/messaging\-mechanism/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/L1\-L2_Communication/messaging\-mechanism/$ /documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Events/starknet\-events/$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Events/starknet\-events/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Data_Availability/on\-chain\-data/$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Data_Availability/on\-chain\-data/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/State/starknet\-state/$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/State/starknet\-state/index\.html$ /documentation/architecture_and_concepts/Network_Architecture/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/class\-hash/$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/class\-hash/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/class-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/L1\-L2_Communication/token\-bridge\.html$ /documentation/tools/starkgate-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Hashing/hash\-functions/$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Hashing/hash\-functions/index\.html$ /documentation/architecture_and_concepts/Cryptography/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls\-cairo1$ /documentation/architecture_and_concepts/Smart_Contracts/system-calls-cairo1? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls\-cairo1/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/system-calls-cairo1? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls\-cairo0$ /documentation/architecture_and_concepts/Smart_Contracts/system-calls-cairo1? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls\-cairo0/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/system-calls-cairo1? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cairo_on_Starknet/cairo\-1\-and\-sierra/$ /documentation/architecture_and_concepts/Smart_Contracts/cairo-and-sierra? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cairo_on_Starknet/cairo\-1\-and\-sierra/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/cairo-and-sierra? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cairo_on_Starknet/contract\-syntax/$ /documentation/architecture_and_concepts/Smart_Contracts/contract-syntax? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cairo_on_Starknet/contract\-syntax/index\.html$ /documentation/architecture_and_concepts/Smart_Contracts/contract-syntax? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/validate_and_execute/index\.html$ /documentation/architecture_and_concepts/Accounts/account_functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/validate_and_execute/$ /documentation/architecture_and_concepts/Accounts/account_functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/environment_setup/$ /documentation/quick_start/environment_setup? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/environment_setup/index\.html$ /documentation/quick_start/environment_setup? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/account_setup/$ /documentation/quick_start/set_up_an_account? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/account_setup/index\.html$ /documentation/quick_start/set_up_an_account? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/CLI/starkli/$ /documentation/tools/devtools/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/CLI/starkli/index\.html$ /documentation/tools/devtools/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/CLI/commands/$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/CLI/commands/index\.html$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/commands/$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/commands/index\.html$ /documentation/cli/starkli? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/api_rpc/$ /documentation/tools/api-services? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/api_rpc/index\.html$ /documentation/tools/api-services? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/api/api\-reference/$ /documentation/tools/api-services? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/api/api\-reference/index\.html$ /documentation/tools/api-services? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/bug\-bounty/index\.html$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/bug\-bounty/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/completed\-audits/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/completed\-audits/index\.html$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/conduct/$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/contribute/conduct/index\.html$ /documentation? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions/$ /documentation/architecture_and_concepts/Network_Architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions$ /documentation/architecture_and_concepts/Network_Architecture/transactions/? [R=301,L]
# June 3, 2024 SEO directory restructure
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/$ /? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/index\.html$ /index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/account_functions/$ /architecture-and-concepts/accounts/account-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/account_functions/index\.html$ /architecture-and-concepts/accounts/account-functions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/approach/$ /architecture-and-concepts/accounts/approach/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/approach/index\.html$ /architecture-and-concepts/accounts/approach/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/deploying_new_accounts/$ /architecture-and-concepts/accounts/deploying-new-accounts/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/deploying_new_accounts/index\.html$ /architecture-and-concepts/accounts/deploying-new-accounts/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/introduction/$ /architecture-and-concepts/accounts/introduction/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/introduction/index\.html$ /architecture-and-concepts/accounts/introduction/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/simplified_transaction_flow/$ /architecture-and-concepts/accounts/simplified-transaction-flow/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/simplified_transaction_flow/index\.html$ /architecture-and-concepts/accounts/simplified-transaction-flow/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/universal\-deployer/$ /architecture-and-concepts/accounts/universal-deployer/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Accounts/universal\-deployer/index\.html$ /architecture-and-concepts/accounts/universal-deployer/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/hash\-functions/$ /architecture-and-concepts/cryptography/hash-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/hash\-functions/index\.html$ /architecture-and-concepts/cryptography/hash-functions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/p\-value/$ /architecture-and-concepts/cryptography/p-value/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/p\-value/index\.html$ /architecture-and-concepts/cryptography/p-value/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/stark\-curve/$ /architecture-and-concepts/cryptography/stark-curve/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Cryptography/stark\-curve/index\.html$ /architecture-and-concepts/cryptography/stark-curve/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Economics\-of\-Starknet/$ /architecture-and-concepts/economics-of-starknet/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Economics\-of\-Starknet/index\.html$ /architecture-and-concepts/economics-of-starknet/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/fee\-mechanism/$ /architecture-and-concepts/network-architecture/fee-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/fee\-mechanism/index\.html$ /architecture-and-concepts/network-architecture/fee-mechanism/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/header/$ /architecture-and-concepts/network-architecture/block-structure/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/header/index\.html$ /architecture-and-concepts/network-architecture/block-structure/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/messaging\-mechanism/$ /architecture-and-concepts/network-architecture/messaging-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/messaging\-mechanism/index\.html$ /architecture-and-concepts/network-architecture/messaging-mechanism/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/on\-chain\-data/$ /architecture-and-concepts/network-architecture/data-availability/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/on\-chain\-data/index\.html$ /architecture-and-concepts/network-architecture/data-availability/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/starknet_architecture_overview/$ /architecture-and-concepts/network-architecture/starknet-architecture-overview/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/starknet_architecture_overview/index\.html$ /architecture-and-concepts/network-architecture/starknet-architecture-overview/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/starknet\-state/$ /architecture-and-concepts/network-architecture/starknet-state/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/starknet\-state/index\.html$ /architecture-and-concepts/network-architecture/starknet-state/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/transaction\-life\-cycle/$ /architecture-and-concepts/network-architecture/transaction-life-cycle/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/transaction\-life\-cycle/index\.html$ /architecture-and-concepts/network-architecture/transaction-life-cycle/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/transactions/$ /architecture-and-concepts/network-architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/transactions/index\.html$ /architecture-and-concepts/network-architecture/transactions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/cairo\-and\-sierra/$ /architecture-and-concepts/smart-contracts/cairo-and-sierra/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/cairo\-and\-sierra/index\.html$ /architecture-and-concepts/smart-contracts/cairo-and-sierra/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/cairo\-builtins/$ /architecture-and-concepts/smart-contracts/cairo-builtins/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/cairo\-builtins/index\.html$ /architecture-and-concepts/smart-contracts/cairo-builtins/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/class\-hash/$ /architecture-and-concepts/smart-contracts/class-hash/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/class\-hash/index\.html$ /architecture-and-concepts/smart-contracts/class-hash/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-abi/$ /architecture-and-concepts/smart-contracts/contract-abi/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-abi/index\.html$ /architecture-and-concepts/smart-contracts/contract-abi/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-address/$ /architecture-and-concepts/smart-contracts/contract-address/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-address/index\.html$ /architecture-and-concepts/smart-contracts/contract-address/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-classes/$ /architecture-and-concepts/smart-contracts/contract-classes/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-classes/index\.html$ /architecture-and-concepts/smart-contracts/contract-classes/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-storage/$ /architecture-and-concepts/smart-contracts/contract-storage/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-storage/index\.html$ /architecture-and-concepts/smart-contracts/contract-storage/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-syntax/$ /architecture-and-concepts/smart-contracts/contract-syntax/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/contract\-syntax/index\.html$ /architecture-and-concepts/smart-contracts/contract-syntax/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/execution_info/$ /architecture-and-concepts/smart-contracts/execution-info/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/execution_info/index\.html$ /architecture-and-concepts/smart-contracts/execution-info/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/serialization_of_Cairo_types/$ /architecture-and-concepts/smart-contracts/serialization-of-cairo-types/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/serialization_of_Cairo_types/index\.html$ /architecture-and-concepts/smart-contracts/serialization-of-cairo-types/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/starknet\-events/$ /architecture-and-concepts/smart-contracts/starknet-events/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/starknet\-events/index\.html$ /architecture-and-concepts/smart-contracts/starknet-events/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/system\-calls\-cairo1/$ /architecture-and-concepts/smart-contracts/system-calls-cairo1/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/system\-calls\-cairo1/index\.html$ /architecture-and-concepts/smart-contracts/system-calls-cairo1/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/starkli/$ /cli/starkli/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/starkli/index\.html$ /cli/starkli/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/starknet\-compiler\-options/$ /cli/starknet-compiler-options/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/cli/starknet\-compiler\-options/index\.html$ /cli/starknet-compiler-options/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/glossary/$ /glossary/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/glossary/index\.html$ /glossary/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/notational\-conventions/$ /notational-conventions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/notational\-conventions/index\.html$ /notational-conventions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/declare_a_smart_contract/$ /quick-start/declare-a-smart-contract/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/declare_a_smart_contract/index\.html$ /quick-start/declare-a-smart-contract/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/deploy_a_smart_contract/$ /quick-start/deploy-a-smart-contract/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/deploy_a_smart_contract/index\.html$ /quick-start/deploy-a-smart-contract/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/environment_setup/$ /quick-start/environment-setup/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/environment_setup/index\.html$ /quick-start/environment-setup/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/interact_with_a_smart_contract/$ /quick-start/interact-with-a-smart-contract/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/interact_with_a_smart_contract/index\.html$ /quick-start/interact-with-a-smart-contract/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/set_up_an_account/$ /quick-start/set-up-an-account/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/quick_start/set_up_an_account/index\.html$ /quick-start/set-up-an-account/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/deprecated/$ /starknet-versions/deprecated/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/deprecated/index\.html$ /starknet-versions/deprecated/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/juno_versions/$ /starknet-versions/juno-versions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/juno_versions/index\.html$ /starknet-versions/juno-versions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/pathfinder_versions/$ /starknet-versions/pathfinder-versions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/pathfinder_versions/index\.html$ /starknet-versions/pathfinder-versions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/upcoming_versions/$ /starknet-versions/upcoming-versions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/upcoming_versions/index\.html$ /starknet-versions/upcoming-versions/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/version_notes/$ /starknet-versions/version-notes/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/starknet_versions/version_notes/index\.html$ /starknet-versions/version-notes/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/api\-services/$ /tools/api-services/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/api\-services/index\.html$ /tools/api-services/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/audit/$ /tools/audit/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/audit/index\.html$ /tools/audit/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/bridged_tokens/$ /tools/bridged-tokens/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/bridged_tokens/index\.html$ /tools/bridged-tokens/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/dai_token_migration/$ /tools/dai-token-migration/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/dai_token_migration/index\.html$ /tools/dai-token-migration/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/devtools/$ /tools/devtools/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/devtools/index\.html$ /tools/devtools/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/important_addresses/$ /tools/important-addresses/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/important_addresses/index\.html$ /tools/important-addresses/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/limits_and_triggers/$ /tools/limits-and-triggers/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/limits_and_triggers/index\.html$ /tools/limits-and-triggers/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/ref_block_explorers/$ /tools/ref-block-explorers/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/ref_block_explorers/index\.html$ /tools/ref-block-explorers/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-adding_a_token/$ /starkgate/adding-a-token/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-adding_a_token/index\.html$ /starkgate/adding-a-token/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate_architecture/$ /starkgate/architecture/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate_architecture/index\.html$ /starkgate/architecture/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-automated_actions_with_bridging/$ /starkgate/automated-actions-with-bridging/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-automated_actions_with_bridging/index\.html$ /starkgate/automated-actions-with-bridging/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-bridge/$ /starkgate/overview/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-bridge/index\.html$ /starkgate/overview/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-cancelling\ a\ deposit/$ /starkgate/cancelling-a-deposit/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-cancelling\ a\ deposit/index\.html$ /starkgate/cancelling-a-deposit/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-depositing/$ /starkgate/depositing/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-depositing/index\.html$ /starkgate/depositing/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-estimating_fees/$ /starkgate/estimating-fees/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-estimating_fees/index\.html$ /starkgate/estimating-fees/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate_function_reference/$ /starkgate/function-reference/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate_function_reference/index\.html$ /starkgate/function-reference/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-withdrawing/$ /starkgate/withdrawing/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starkgate\-withdrawing/index\.html$ /starkgate/withdrawing/index.html? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starknet\-book/$ /tools/starknet-book/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/starknet\-book/index\.html$ /tools/starknet-book/index.html? [R=301,L]
# Fix broken backlinks June 3, 2024
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/intro$ /? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Account_Abstraction/introduction/$ /architecture-and-concepts/accounts/introduction/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/contract\-classes/$ /architecture-and-concepts/smart-contracts/contract-classes/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/useful_info/$ /tools/important-addresses/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls\-cairo1/$ /architecture-and-concepts/smart-contracts/system-calls-cairo1/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/messaging\-mechanism$ /architecture-and-concepts/network-architecture/messaging-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/contract\-storage/$ /architecture-and-concepts/smart-contracts/contract-storage/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions$ /architecture-and-concepts/network-architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/Blocks/transactions/$ /architecture-and-concepts/network-architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/$ /quick-start/environment-setup/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/CLI/commands$ /cli/starkli/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Fees/fee\-mechanism$ /architecture-and-concepts/network-architecture/fee-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\<\>L2\ Communication/token\-bridge$ /starkgate/overview/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture$ /architecture-and-concepts/network-architecture/starknet-architecture-overview/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/contract\-address/$ /architecture-and-concepts/smart-contracts/contract-address/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/State/starknet\-state/$ /architecture-and-concepts/network-architecture/starknet-state/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Account_Abstraction/approach/$ /architecture-and-concepts/accounts/approach/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/contract\-abi/$ /architecture-and-concepts/smart-contracts/contract-abi/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/Blocks/transactions/$ /architecture-and-concepts/network-architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/transaction\-structure\-and\-hash/$ /architecture-and-concepts/network-architecture/transactions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/L1\-L2_Communication/token\-bridge/$ /starkgate/overview/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/Hashing/hash\-functions$ /architecture-and-concepts/cryptography/hash-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/develop/Hashing/hash\-functions/$ /architecture-and-concepts/cryptography/hash-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-address$ /architecture-and-concepts/smart-contracts/contract-address/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Hashing/hash\-functions$ /architecture-and-concepts/cryptography/hash-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Account_Abstraction/validate_and_execute/$ /architecture-and-concepts/accounts/account-functions/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/cairo\-1\-and\-sierra/$ /architecture-and-concepts/smart-contracts/cairo-and-sierra/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Contracts/system\-calls/$ /architecture-and-concepts/smart-contracts/system-calls-cairo1/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/Blocks/header/$ /architecture-and-concepts/network-architecture/block-structure/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/Data_Availability/on\-chain\-data/$ /architecture-and-concepts/network-architecture/data-availability/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/Fees/fee\-mechanism/$ /architecture-and-concepts/network-architecture/fee-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/L1\-L2_Communication/messaging\-mechanism/$ /architecture-and-concepts/network-architecture/messaging-mechanism/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/setting_up_the_environment/$ /quick-start/environment-setup/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/getting_started/unit_tests/$ /quick-start/environment-setup/? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^documentation/tools/CLI/starknet\-compiler\-options/$ /cli/starknet-compiler-options/? [R=301,L]
# test