Skip to content

Commit

Permalink
Update .htaccess as official instances ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison committed Aug 28, 2023
1 parent 355f428 commit b4497dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ RewriteRule ^liveChats$ liveChats.php
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

# For official instances:
Redirect /matrix https://matrix.to/#/#youtube-operational-api:matrix.org
Redirect /discord https://discord.gg/pDzafhGWzf
Redirect /code https://github.com/Benjamin-Loison/YouTube-operational-API
Redirect /host-your-own-instance https://github.com/Benjamin-Loison/YouTube-operational-API/blob/main/README.md#install-your-own-instance-of-the-api

This comment has been minimized.

Copy link
@Benjamin-Loison

Benjamin-Loison Aug 28, 2023

Author Owner

Could give a permalink (i.e. with the commit hash) but this doesn't seem important.

Redirect /issues https://github.com/Benjamin-Loison/YouTube-operational-API/issues

0 comments on commit b4497dd

Please sign in to comment.