ETH-NEXUS / tu-pro_website

Source code for the Tumor Profiler public website
https://tu-pro.ch
MIT License
1 stars 0 forks source link

Masked URL forwarding not working #3

Open stekhoven opened 3 years ago

stekhoven commented 3 years ago

In the browser URL we still get:

https://eth-nexus.github.io/tu-pro_website/publications/

What we need is:

https://tu-pro.ch/publications/

This can be done by either:

Note: some of the original links to the first two publications, need to remain valid, even if they do not meet the current setup (i.e. download instead of publications folder).

nctoussaint commented 3 years ago

Vipin, could you take care of this?

vipints commented 3 years ago

Hello @stekhoven & @nctoussaint,

I have tried the option 1 - changing the httpd configurations to preserve the link when you do the redirection from www.tu-pro.ch to https://eth-nexus.github.io - this seems to be not working properly. usually I do this trick with htaccess and this is not working on the machine where we configured the tu-pro.ch (This is an EC2 instance from amazon)

In order to do the option 2, I don't have access to the DNS provider of tu-pro.ch (this you need to ask with Gunnar) who is managing both tu-pro.ch and tu-pro.net domains.

nctoussaint commented 3 years ago

@vipints I finally got to asking Gunnar regarding the DNS provider. Here's (roughly) what he said (I translated from German):

tu-pro.ch points to 23.21.248.66 which is ratschlab.org. Vipin should have access via "ssh -i .ssh/apr7galaxystd.pem ubuntu@ratschlab.org" The config file can be found here: "/etc/apache2/sites-enabled/tu-pro.ch"

Does this help?