Skip to content

jangrewe/yourls-keyword-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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]

About

YOURLS Keyword Prefix Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages