-
Updated
Jul 26, 2022 - Go
#
redirects
Here are 186 public repositories matching this topic...
Simple HTTP and REST client library for Go
go
golang
redirects
middleware
http-client
retry
backoff
golang-library
hacktoberfest
rest-client
srv-record
go-resty
hacktoberfest2021
javascript
chrome-extension
redirects
firefox
chrome
firefox-addon
clojurescript
reagent
edge
antd
redirect-urls
edge-extension
-
Updated
May 27, 2022 - JavaScript
-
Updated
Sep 27, 2021 - Ruby
A simple HTTP redirection plugin for WordPress.
wordpress-plugin
redirects
url-redirection
http-redirects
redirect-manager
safe-http-redirection
multisite-redirects
redirect-plugins
-
Updated
Jun 30, 2022 - PHP
SEO utilities including a unique field type, sitemap & redirect manager
redirects
sitemap
hack
craft
seo
craftcms
craft-plugin
craftcms-plugin
craft3
field-type
hacktoberfest
craft2
-
Updated
Jun 25, 2022 - PHP
DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
-
Updated
Jan 1, 2019 - PHP
An 11ty starter project.
redirects
webpack
proxies
serverless-functions
starter-project
tailwind
tailwindcss
eleventy
11ty
netlify-dev
alpinejs
-
Updated
May 25, 2021 - Nunjucks
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
-
Updated
Jul 20, 2022 - JavaScript
A plug and play package for using Turbolinks with Elixir web frameworks
-
Updated
Apr 16, 2019 - Elixir
static-site-generator
redirects
github-page
self-hosted
static-site
url-shortener
shortener
shorten-urls
link-shortener
redirect-urls
static-website
shortener-url
-
Updated
Dec 20, 2020 - Go
Security tool to trace URL's jumps across the rel links to obtain the last URL
-
Updated
Aug 28, 2017 - Ruby
Подсистема 1С для работы с HTTP
url
http
redirects
authentication
curl
cookie
http-client
http-requests
fluent-interface
punycode
code-generation
xdto
dfa
1c
1c-enterprise
content-encoding
-
Updated
Jul 25, 2022 - 1C Enterprise
Manage redirects based on referers
-
Updated
Jan 22, 2018 - PHP
Redirects manager for Umbraco.
redirects
package
csharp
dotnet
umbraco
skybrud
umbraco-cms
limbo
301
umbraco-backoffice
307
umbraco-v7
umbraco-packages
umbraco-v8
umbraco-package
umbraco-v9
umbraco-v10
-
Updated
Jun 17, 2022 - C#
Manage a website’s content using Trello
-
Updated
Jul 15, 2017 - JavaScript
roborourke
commented
Mar 8, 2018
Right now even contributors can see and create redirects. This might not be ideal so we should at least restrict it to those with publishing caps or even just to admins.
If we make it easy to change who has access via a filter or just documenting using the roles API then I think restricting to admins is the right call.
Write Gatsby redirects to html files with a meta refresh
-
Updated
Mar 25, 2021 - JavaScript
Extracting useful metadata from Wikipedia dumps in any language.
multilingual
redirects
wikipedia
python3
disambiguation
wikipedia-dump
metadata-extraction
wikiextractor
-
Updated
Sep 20, 2019 - Python
middy-reroute is a MiddyJS middleware (AWS Lambda) providing complex redirect, rewrite and proxying capabilities by placing a rules file into your S3 bucket.
-
Updated
Apr 12, 2022 - JavaScript
A laravel package for Interswitch
php
redirects
laravel
payment
transaction
payment-gateway
payment-page
interswitch
laravel-interswitch
transaction-logs
-
Updated
Jul 27, 2022 - PHP
TYPO3 Extension: Redirects management
-
Updated
Oct 15, 2021 - PHP
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
-
Updated
Sep 27, 2021 - PHP
Improve this page
Add a description, image, and links to the redirects topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redirects topic, visit your repo's landing page and select "manage topics."


Describe the bug
If I have one page,
a.mdthat has some relative links in it:And I use
include_relativeto include the content ofb.mdin another page:In the generated
a.html, the links will correctly point tox.html. But onb.html, the links will point tob.md.