forked from starknet-io/starknet-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
117 lines (79 loc) · 5.15 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
ErrorDocument 404 /404.html
# 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/develop/Blocks/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/header/index\.html$ /documentation/develop/Blocks/header? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transaction\-life\-cycle$ /documentation/develop/Blocks/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transaction\-life\-cycle/index\.html$ /documentation/develop/Blocks/transaction-life-cycle? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions$ /documentation/develop/Blocks/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Blocks/transactions/index\.html$ /documentation/develop/Blocks/transactions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/CLI/commands$ /documentation/develop/CLI/commands? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/CLI/commands/index\.html$ /documentation/develop/CLI/commands? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-abi$ /documentation/develop/Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-abi/index\.html$ /documentation/develop/Contracts/contract-abi? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-address$ /documentation/develop/Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-address/index\.html$ /documentation/develop/Contracts/contract-address? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-classes$ /documentation/develop/Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-classes/index\.html$ /documentation/develop/Contracts/contract-classes? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-hash$ /documentation/develop/Contracts/contract-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-hash/index\.html$ /documentation/develop/Contracts/contract-hash? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-storage$ /documentation/develop/Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Contracts/contract\-storage/index\.html$ /documentation/develop/Contracts/contract-storage? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Data\ Availabilty/on\-chain\-data$ /documentation/develop/Data_Availabilty/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Data\ Availabilty/on\-chain\-data/index\.html$ /documentation/develop/Data_Availabilty/on-chain-data? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Events/starknet\-events$ /documentation/develop/Events/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Events/starknet\-events/index\.html$ /documentation/develop/Events/starknet-events? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Fees/fee\-mechanism$ /documentation/develop/Fees/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Fees/fee\-mechanism/index\.html$ /documentation/develop/Fees/fee-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Hashing/hash\-functions$ /documentation/develop/Hashing/hash-functions? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/Hashing/hash\-functions/index\.html$ /documentation/develop/Hashing/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/develop/L1-L2_Communication/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/messaging\-mechanism/index\.html$ /documentation/develop/L1-L2_Communication/messaging-mechanism? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/token\-bridge$ /documentation/develop/L1-L2_Communication/token-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\-L2\ Communication/token\-bridge/index\.html$ /documentation/develop/L1-L2_Communication/token-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\<\>L2\ Communication/token\-bridge$ /documentation/develop/L1-L2_Communication/token-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/L1\<\>L2\ Communication/token\-bridge/index\.html$ /documentation/develop/L1-L2_Communication/token-bridge? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/State/starknet\-state$ /documentation/develop/State/starknet-state? [R=301,L]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^docs/State/starknet\-state/index\.html$ /documentation/develop/State/starknet-state? [R=301,L]