Questions tagged [yourls]

YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service.

YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly).

61 questions
1
vote
0 answers

Yourls - Some custom URL are shorten some not

Some of my Pages gives a correct shorten URL back but some of the will not. Even they are shorten at Yourls. I can see it at the Admin Panel. This is the debug of a Page with shorten…
karadayi
  • 2,212
  • 2
  • 21
  • 36
1
vote
0 answers

How to use YOURLS along with domain alias configuration?

I have a domain, which is pointing to another domain to act as an alias for existing pages on the domain it's pointing to. Now, I would also like to use this domain alias to create separate short links, but I've been unable to do so. My current…
Gesundheit
  • 41
  • 4
1
vote
1 answer

yourls api is executing url before shorting

I have installed YOURLS API and its working fine except one problem. Whatever URL I am passing to shorten, its first executing that URL. One of the links is un-subscribe link clicking on which instantly it un-subscribe the member from our mailer. I…
1
vote
0 answers

Can't add any .htaccess entrys with yourls installed

I have a website, tini.link, and I want to speed it up a bit. I know what to add to the .htaccess file, BUT, every time I try to add any entry to the file, I get a 500 internal server error. Is there any way around this? Flynn
flynntes
  • 13
  • 4
1
vote
1 answer

Apache 2.2 - "Split" domain

I'm very new to Apache and already run into an problem which already takes a lot of time and I'm not even sure if it's possible. I have two servers and one Domain called szop.in which is having an A record to my first server. On the first server I'm…
Szop
  • 597
  • 1
  • 4
  • 8
1
vote
2 answers

yourls.org error creating table

I'm trying to install yourls.org url shortener software on my server in a subdirectory: http://[mydomain.tld]/y/admin/install.php. Numerous install attempts result in the following errors: Error creating table 'y20130519_url'. Error creating table…
sanitycheck
  • 286
  • 3
  • 16
0
votes
1 answer

YOURLS: Need to expand characters in Custom short URL

I used YOURLS (yourls.org) for creating custom links for my domain, say like go.example.com/customname. But by default they allow only few characters for that custom name, I want to increase it further. Default shortening : go.example.com/hostga By…
0
votes
1 answer

URL redirect with files hosted (for short URL service)

I have a URL with YOURLS URL shortening hosted on it. Currently when you visit the site you get a file list of all the YOURLS files (which is not ideal). I would like to do a redirect so if people visit the site address they can be redirected…
Scott L
  • 549
  • 1
  • 6
  • 13
0
votes
1 answer

Why won't the return value print from the jQuery $.post function?

First, let's start with the code. chrome.tabs.getSelected(null, function(tab) { tabURL = tab.url; $.post("http://s.mxtm.me/yourls-api.php", { signature: "XXXXXXXXXX", action: "shorturl", url: tabURL, …
0
votes
0 answers

Having issues with YOURLS increment values

I recently hosted my own url shortner using YOURLS for my bulk sms marketing but the problem I'm having right now is YOURLS increments each link by a value but each generated link does not point to the original intended link. Let's say original…
0
votes
0 answers

Want to use YOURLS in demo.app domain while having short links with demo.io domain?

I installed the YOURLS to a domain say 'https://demo.app' and I want to short link with the domain 'https://demo.io'. I tried it with 'Yourls-Swap-Short-Url' but can't figure it out. Any Idea
Vishi
  • 3
  • 3
0
votes
0 answers

Need help to recitfy htaccess RewriteRule & RewriteCond error

I have Wordpress multi-site installed and setup on domain.com and it is working. I have YOURLS admin access only installed and setup on sub.domain.com and it is working. I know that they both can not be in the same server location as they do not…
0
votes
0 answers

nginx configuration for two sites on same server

I'm fairly new to Nginx and I'm trying to run WordPress and Yourls on my server. I use two server blocks in my conf.d, and different server_name with different port. But when I enter my Yourls site, I still enter my WordPress site instead. This is…
0
votes
1 answer

WordPress and YOURLS on one domain (Nginx)

I want to run both WordPress and YOURLS on one domain. Since both need to handle URLs differently, they need different try_files directives. WordPress sits on the root of the domain (domain.tld), while YOURLS is being installed to the /go/…
ToBulk
  • 1
0
votes
0 answers

Preserve a query string at the end of a short URL (bit.ly | YOURLS), and preserve it on the resolved URL

Im trying to create a simple snippet using HTML, JavaScript, and PHP. A search bar, and a button. Just type something into the search bar, click search and have it search google.com. The button adds a query string to the end with the text…
JamesReed68
  • 399
  • 2
  • 14