Tagged Questions
The shorten-url tag has no wiki summary.
4
votes
7answers
730 views
YouTube-like GUID
Is it possible to generate short GUID like in YouTube (N7Et6c9nL9w)?
How can it be done? I want to use it in web app.
2
votes
1answer
59 views
MySQL / PHP, but more of a MATH Question (Shortening Script)
For my latest project I need to shorten the URLs which I then put in a mysql database.
I now ran against a problem, because I don't know how to solve this. Basically, the shortened strings should look ...
1
vote
2answers
92 views
Adding short-urls to a blog, makes SEO better or worse? [closed]
HI,
I have a simple blog with a nice friendly-URLs and Google indexes pages as well.
Now i'm going to add a short-url to each post.
So for a sample post, the main URL and link is: ...
1
vote
3answers
946 views
What's a good URL shortening script?
What's a good URL shortening script that does the following things?
It is customizable (HTML and CSS)
Users can create accounts
Users can delete shortened URLs
There is a bookmarklet
Users can set ...
0
votes
0answers
145 views
How do I fix 403 Forbidden “You don't have permission to access / on this server” error message?
I have a URL shortening site. For some reason, when I call something like:
http://3up.at/?shrink=http%3A%2F%2Fwww.yahoo.com
...I get a 403 Forbidden error, along with "You don't have permission to ...
0
votes
1answer
96 views
htaccess, a shortened url should not match a file
I have a little problem with my apache2 and .htaccess rules.
for example:
I have a shortened uri like
www.domain.tld/sitemap
which has to be rewritten by a rewriterule, redirected in a php File ...