This repository contains Netlify configuration for the Moklet link shortener domain go.moklet.org
, providing flexible URL redirection.
The netlify.toml
file defines a comprehensive set of redirect rules to route incoming requests to their appropriate destinations.
- Redirects root path
/
to the main Moklet.org website - HTTP Status: 301 (Permanent Redirect)
/f/*
→ Redirects form-related paths/twbn/*
→ Redirects Twibbon-related paths- Catch-all rule: Redirect any paths to the link shortening handler on the main website
- Most redirects use 301 (Permanent Redirect) status
- Some paths use 200 status with
force = true
for specific resources (rewrite)
Deployed and managed using Netlify for efficient link redirection.
- Netlify
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to submit pull requests if you need to modify or add new redirect rules.