Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jangrewe/yourls-keyword-prefix
YOURLS Keyword Prefix Plugin
https://github.com/jangrewe/yourls-keyword-prefix
Last synced: 14 days ago
JSON representation
YOURLS Keyword Prefix Plugin
- Host: GitHub
- URL: https://github.com/jangrewe/yourls-keyword-prefix
- Owner: jangrewe
- License: gpl-2.0
- Created: 2014-08-02T17:49:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T17:53:38.000Z (over 10 years ago)
- Last Synced: 2024-08-02T06:16:02.114Z (4 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Keyword Prefix - Adds a defined prefix to your short URLs. (Plugins / K)
README
Add the following line to 'user/config.php' and
set the prefix to your preferred character or string:```define('KEYWORD_PREFIX', '!');```
You may also want to move the YOURLS folder into a subdirectory,
in case you want to run a different site on your domain, so
you also have to change the '.htaccess' file from:```RewriteRule ^(.*)$ /yourls-loader.php [L]```
to:
```RewriteRule ^(.*)$ /path-to-yourls/yourls-loader.php [L]```