-
Updated
Jul 15, 2021 - Go
#
redirects
Here are 168 public repositories matching this topic...
Simple HTTP and REST client library for Go
go
golang
redirects
middleware
http-client
retry
backoff
golang-library
rest-client
srv-record
go-resty
javascript
chrome-extension
redirects
firefox
chrome
firefox-addon
clojurescript
reagent
edge
antd
redirect-urls
edge-extension
-
Updated
May 3, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Ruby
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 14, 2021 - PHP
A simple HTTP redirection plugin for WordPress.
wordpress-plugin
redirects
url-redirection
http-redirects
redirect-manager
safe-http-redirection
multisite-redirects
redirect-plugins
-
Updated
Jul 22, 2021 - 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
Jun 17, 2021 - JavaScript
A plug and play package for using Turbolinks with Elixir web frameworks
-
Updated
Apr 16, 2019 - Elixir
Security tool to trace URL's jumps across the rel links to obtain the last URL
-
Updated
Aug 28, 2017 - Ruby
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
Manage redirects based on referers
-
Updated
Jan 22, 2018 - PHP
Manage a website’s content using Trello
-
Updated
Jul 15, 2017 - JavaScript
Redirects manager for Umbraco.
-
Updated
Jul 17, 2021 - C#
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
A laravel package for Interswitch
php
redirects
laravel
payment
transaction
payment-gateway
payment-page
interswitch
laravel-interswitch
transaction-logs
-
Updated
Jun 21, 2020 - PHP
Extracting useful metadata from Wikipedia dumps in any language.
multilingual
redirects
wikipedia
python3
disambiguation
wikipedia-dump
metadata-extraction
wikiextractor
-
Updated
Sep 20, 2019 - Python
TYPO3 Extension: Redirects management
-
Updated
Dec 2, 2019 - PHP
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
Jul 1, 2021 - JavaScript
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
-
Updated
Jun 25, 2021 - PHP
nodejs
cli
redirects
aws
aws-s3
ssl-certificate
cloudfront
strawberry
ssl-domain-redirection
0x4447-clis
-
Updated
Feb 8, 2019 - JavaScript
Setup HTTP Status Code Redirects from within the Kirby Panel
-
Updated
May 16, 2021 - PHP
Moved to GitLab – https://gitlab.com/rockettpw/seo/jumplinks-one – Docs at https://jumplinks.rockett.pw
-
Updated
Jan 17, 2019 - 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.