Skip to content

Commit cde3085

Browse files
fix submodule
1 parent 28da6a2 commit cde3085

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

res/mc/.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Header set Access-Control-Allow-Origin "*"
2+
3+
RewriteEngine on
4+
RewriteCond %{REQUEST_FILENAME} !-f
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteRule ^(.*)$ index.php?path=$1 [L,QSA]

res/mc/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
header("Location: https://assets.mcasset.cloud/1.13/" . $_REQUEST["path"]);

0 commit comments

Comments
 (0)