You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BiliRoaming-PHP-Server/.htaccess

11 lines
671 B
ApacheConf

4 years ago
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule pgc/player/api/playurl pgc/player/api/playurl/index.php
RewriteRule pgc/player/web/playurl pgc/player/web/playurl/index.php
RewriteRule intl/gateway/v2/ogv/playurl intl/gateway/v2/ogv/playurl/index.php
4 years ago
RewriteRule intl/gateway/v2/ogv/view/app/season intl/gateway/v2/ogv/view/app/season/index.php
4 years ago
RewriteRule intl/gateway/v2/app/search/type intl/gateway/v2/app/search/type/index.php
3 years ago
RewriteRule intl/gateway/v2/app/subtitle intl/gateway/v2/app/subtitle/index.php
RewriteRule x/v2/search/type x/v2/search/type/index.php
RewriteRule x/web-interface/search/type x/web-interface/search/type/index.php
4 years ago
</IfModule>