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]