forked from EverexIO/Ethplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.htaccess
50 lines (42 loc) · 1.51 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
DirectoryIndex page2357218.html
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ https://ethplorer.io/$1 [L,R=301]
RewriteRule ^index$ page2354227.html
RewriteRule ^index/$ page2354227.html
RewriteRule ^last$ page627123.html
RewriteRule ^last/$ page627123.html
RewriteRule ^top$ page627210.html
RewriteRule ^top/$ page627210.html
RewriteRule ^about$ page627364.html
RewriteRule ^about/$ page627364.html
RewriteRule ^privacy$ page627373.html
RewriteRule ^privacy/$ page627373.html
RewriteRule ^top/weekly$ page738889.html
RewriteRule ^top/weekly/$ page738889.html
RewriteRule ^wc$ page1054060.html
RewriteRule ^wc/$ page1054060.html
RewriteRule ^vertical$ page2260238.html
RewriteRule ^vertical/$ page2260238.html
RewriteRule ^widgets$ widgets.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^js/config.js$ config.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^tx/(.*) index.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^address/(.*) index.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^search/(.*) index.php [L,QSA]
Redirect 301 /about.html /about
Redirect 301 /last.html /last
Redirect 301 /privacy.html /privacy
Redirect 301 /top.html /top
RewriteCond %{REQUEST_URI} ^/v$
RewriteRule ^.*$ service/redirect.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php