Skip to content

Capital letters #2977

Closed Locked Answered by dgw
PhilStrass asked this question in Q&A
Jun 17, 2021 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Yes: set YOURLS_URL_CONVERT to 62 in your config. You probably have this if you copied YOURLS' sample config file:

/** URL shortening method: either 36 or 62
** 36: generates all lowercase keywords (ie: 13jkm)
** 62: generates mixed case keywords (ie: 13jKm or 13JKm)
** For more information, see https://yourls.org/urlconvert */
define( 'YOURLS_URL_CONVERT', 36 );

Change that 36 to 62, and check to make sure your existing short links (hopefully not too many yet) still behave as expected. It's not recommended to change this setting on an install that has many links (see the FAQ entry about shor…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@mike14-2
Comment options

@dgw
Comment options

Answer selected by dgw
Comment options

You must be logged in to vote
2 replies
@dgw

This comment has been hidden.

@dgw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants