Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adigitalife/yourls-allow-aliases
This plugin allows YOURLS to work with alias hostnames for the server
https://github.com/adigitalife/yourls-allow-aliases
Last synced: 2 months ago
JSON representation
This plugin allows YOURLS to work with alias hostnames for the server
- Host: GitHub
- URL: https://github.com/adigitalife/yourls-allow-aliases
- Owner: adigitalife
- License: mit
- Created: 2016-05-14T16:16:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T09:33:21.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T06:14:09.983Z (5 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 22
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Allow Aliases - Allow YOURLS to work with alias hostnames for the server. (Plugins / A)
README
# Allow Aliases for YOURLS
This plugin allows YOURLS to work with alias hostnames for the server.
This plugin is useful when you change the hostname of your server but
you still want the old hostname/s to continue working (assuming the old
hostname/s is/are still correctly configured in DNS).It also allows you to use YOURLS with your server's IP address.
#### Example use case:
1. Old hostname was `toolong.hostname.com`
2. Hostname changed to `sho.rt` (`toolong.hostname.com` still in DNS)
3. Install and activate the `allow-aliases` plugin
4. The following should now work:
* `http://sho.rt/yourls`
* `http://toolong.hostname.com/yourls`
* `http:///yourls`
* `http:///yourls`#### Instructions:
1. Copy the `allow-aliases` folder to `user/plugins/`.
2. Activate the plugin in the YOURLS admin interface.That's it.