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

8 lines
439 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
RewriteRule intl/gateway/v2/app/search/type intl/gateway/v2/app/search/type/index.php
RewriteRule intl/gateway/v2/app/subtitle intl/gateway/v2/app/subtitle/index.php
</IfModule>