We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28da6a2 commit cde3085Copy full SHA for cde3085
2 files changed
res/mc/.htaccess
@@ -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
@@ -0,0 +1,2 @@
+<?php
+header("Location: https://assets.mcasset.cloud/1.13/" . $_REQUEST["path"]);
0 commit comments