Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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]```