Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Oct 7, 2019
1 parent 9f01046 commit a2c18a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RewriteCond %{QUERY_STRING} ^_format=text/turtle$ [OR]
RewriteCond %{HTTP:Accept} text/turtle [NC]
RewriteRule (.*) https://kurrawong.net/profile/$1?_mediatype=text/turtle [R=302,L]
RewriteRule (.*).ttl$ https://kurrawong.net/profile/$1?_mediatype=text/turtle [R=302,L]
RewriteRule ().*) https://kurrawong.net/profile/$1 [R=302,L]
RewriteRule (.*) https://kurrawong.net/profile/$1 [R=302,L]

0 comments on commit a2c18a1

Please sign in to comment.