Closed IceHacks closed 6 years ago
I need to just change the domain but keep the file the same for my redirects.
How I can do that is:
https://mysite.org/js/main.15F6g.js -> https://mybackupsite.org/js/main.15F6g.js
How I would like to do that is:
https://mysite.org/js/main.*.js -> https://mybackupsite.org/js/main.[1].js where [1] is the value of the (first) * or something like that
https://mysite.org/js/main.*.js -> https://mybackupsite.org/js/main.[1].js
[1]
*
Hey, thanks for the feature request. I think we'll be able to solve this with #132 (pull requests always appreciated!)
I need to just change the domain but keep the file the same for my redirects.
How I can do that is:
https://mysite.org/js/main.15F6g.js -> https://mybackupsite.org/js/main.15F6g.js
How I would like to do that is:
https://mysite.org/js/main.*.js -> https://mybackupsite.org/js/main.[1].js
where[1]
is the value of the (first)*
or something like that