From c326684ee7c8c5ddee100dec9768a997862fc715 Mon Sep 17 00:00:00 2001 From: Matt Wallis Date: Wed, 1 May 2019 16:53:20 +0100 Subject: [PATCH] Change ip address of target server --- people/matt/.htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/people/matt/.htaccess b/people/matt/.htaccess index 32af4cefd..44d45ef6f 100644 --- a/people/matt/.htaccess +++ b/people/matt/.htaccess @@ -4,15 +4,15 @@ RewriteEngine on # profile is used in matt's WebID: https://w3id.org/people/matt/profile#me RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* -RewriteRule ^profile$ http://163.172.187.51/matt/foaf.rdf [R=303,L] +RewriteRule ^profile$ http://51.15.69.110/matt/foaf.rdf [R=303,L] RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.* -RewriteRule ^profile$ http://163.172.187.51/matt/foaf.ttl [R=303,L] +RewriteRule ^profile$ http://51.15.69.110/matt/foaf.ttl [R=303,L] # Other requests for RDF are also redirected to an appropriate foaf file: RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* -RewriteRule ^$ http://163.172.187.51/matt/foaf.rdf [R=303,L] +RewriteRule ^$ http://51.15.69.110/matt/foaf.rdf [R=303,L] RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.* -RewriteRule ^$ http://163.172.187.51/matt/foaf.ttl [R=303,L] +RewriteRule ^$ http://51.15.69.110/matt/foaf.ttl [R=303,L] # And everything else gets passed to the host: -RewriteRule ^(.*)$ http://163.172.187.51/matt/$1 [R=303,L] +RewriteRule ^(.*)$ http://51.15.69.110/matt/$1 [R=303,L]