-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.htaccess
18 lines (18 loc) · 1.48 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RewriteEngine On
#RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{REQUEST_URI} !^/rss.xml
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteRule tutorials/erisserver https://%{SERVER_NAME} [R,L]
RewriteRule tutorials/chainmaking-advanced https://%{SERVER_NAME}/tutorials/advanced/chainmaking [R,L]
RewriteRule tutorials/chaindeploying https://%{SERVER_NAME}/tutorials/advanced/chaindeploying [R,L]
RewriteRule tutorials/making_a_service https://%{SERVER_NAME}/tutorials/advanced/servicesmaking [R,L]
RewriteRule tutorials/keyexporting-v0.10 https://%{SERVER_NAME}/tutorials/deprecated/keyexporting-v0.10 [R,L]
RewriteRule tutorials/chainmaking-v0.10 https://%{SERVER_NAME}/tutorials/deprecated/chainmaking-v0.10 [R,L]
RewriteRule tutorials/keyexporting https://%{SERVER_NAME}/tutorials/tool-specific/keyexporting [R,L]
RewriteRule tutorials/genesisupdating https://%{SERVER_NAME}/tutorials/tool-specific/genesisupdating [R,L]
RewriteRule tutorials/erislegal https://%{SERVER_NAME}/tutorials/tool-specific/erislegal [R,L]
RewriteRule tutorials/eris_by_curl https://%{SERVER_NAME}/tutorials/tool-specific/eris_by_curl [R,L]
RewriteRule tutorials/docker_machine https://%{SERVER_NAME}/tutorials/tool-specific/docker_machine [R,L]
RewriteRule documentation/epm https://%{SERVER_NAME}/documentation/eris-package-manager [R,L]
RewriteRule tutorials/dappmaking/ https://%{SERVER_NAME}/tutorials/getting-started [R,L]
RewriteRule tutorials/native_install/ https://%{SERVER_NAME}/tutorials/getting-started [R,L]