You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny Express server that turns friendly web URLs into Minecraft deep links. Hit /StoreOffer/:itemId or /DressingRoomOffer/:itemId and it instantly redirects to the native minecraft:// scheme so Bedrock Edition opens the target store or dressing-room offer on device.
Laravel 8, 9, 10 and 11 package to manage URL redirections inside your Laravel application using different data sources. It allows a better SEO support for your Laravel site.
This repository provides a customizable URL redirector hosted on GitHub Pages. It redirects users based on URL fragments, with options for a confirmation popup and bulk URL handling. The rules are defined in a JSON file, and the project features a responsive, dark-themed UI with toast notifications.
This project provides a lightweight client-side URL redirection mechanism powered by a JSON configuration file. It’s ideal for single-page applications or static sites (such as those hosted on GitHub Pages) that need dynamic URL routing without server-side rewrites.