Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EpicPilgrim/302-instead
yourls plugin to send a 302 (temporary) redirect instead of 301 (permanent) for sites where shortlinks may change
https://github.com/EpicPilgrim/302-instead
Last synced: 2 months ago
JSON representation
yourls plugin to send a 302 (temporary) redirect instead of 301 (permanent) for sites where shortlinks may change
- Host: GitHub
- URL: https://github.com/EpicPilgrim/302-instead
- Owner: EpicPilgrim
- Created: 2013-03-13T23:55:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T23:17:30.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:13:36.105Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 11
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - 302-Instead - Send a 302 (temporary) redirect instead of 301 (permanent), for sites where shortlinks may change. (Plugins / 0-9)
README
302-instead
===========yourls plugin to send a 302 (temporary) redirect instead of 301 (permanent) for sites where shortlinks may change
This plugin applies across an entire yourls installation - cannot currently be customised per-link. Note that it will only work reliably on *new* links, since old links will have already been cached in browsers due to the use of 301 headers.
Requirements
yourls 1.8.1 (although earlier versions may still work, only one minor change was made to support 1.8.1 from the same code that worked in the 1.5 branch)
Installation
Create a user/plugins/302-instead directory in yourls
Place the plugin.php file in above directory
Activate plugin in yourls