11-10-2015, 04:03 PM
(This post was last modified: 11-10-2015, 04:49 PM by Schwertspize.)
github.com Wrote:For the security of our users, GitHub Pages does not support customer server configuration filesyou may contact them to do this mod_rewrite rule. otherwise I would offer my webhosting for the plugins.cuberite.org site, I can use mod_rewrite.
ip would be 185.26.156.44, the server is running at least 16 month. after that I will have to pay again (I once payed 20€ and it costs 1€/month)
EDIT:
Code:
Now you can use the following records for your dns:
A -> 185.26.156.44
AAAA -> 2a00:d0c0:200:0:b9:1a:9c2c:18c
I put this rule into my server
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} plugins\.cuberite\.org
RewriteRule ^(.*)$ https://cuberiteplugins.azurewebsites.net/$1 [R,L]