Questions tagged [vanity-url]

Vanity urls generally refers to those which are devoid of characters like %,&, and extensions like .html,.php, .asp etc and are "human-readable". it normally helps to maintain a proper hierarchy separated by slashes. For example, www.sourcepoint.tk/articles/category/general/ is one such url. it makes any one understand what the page has - Articles categorised under General category.

76 questions
0
votes
2 answers

Is it possible to get a reference to the vanity URL used after redirection?

I have a page http://localhost:4502/content/project/en/mypage.html and it has couple of vanity URLs set as /content/project/vanity-1 /content/project/vanity-2 So any request from the above two vanity URLs are being redirected to /mypage.html. Is…
stdio.h
  • 126
  • 3
  • 15
0
votes
0 answers

How To Write .htaccess Vanity URLs

I have written a .htaccess vanity url to redirect to users clans (or groups as most of you's may call the functionality) so instead of domain.com/groups/clan.php?id=something I have it operating as domain.com/something Now what I want is with the…
0
votes
1 answer

custom/reserved words in url shortening algorithm

I have written a PHP encode/decode bijective function that simply takes a number and encode/decodes it with base-58 with a custom alphabet. This shortener works fine, but I want to be able to restrict certain words and have the ability to create…
mrBorna
  • 1,757
  • 16
  • 16
0
votes
1 answer

Cassandra lookup table for vanity urls and Base64 encoded UUIDs

The scenario A large, high performance, scalable, distributed site about cats. The details Each cat has it's own page containing some details such as average sleep hours, favourite food and worst enemies. Pages can be accessed either via a…
xplaza
  • 1
0
votes
1 answer

Unable to change the parameter from id to a custom variable in Rails

I've been racking my brain trying to figure out something that should be extremely simple, so I'm sure I'm just overlooking something and a fresh set of eyes might be useful since all my code is seemingly blurring together. I'm attempting to create…
0
votes
1 answer

Vanity URLs and file extension scripts interfering together

I have the following code in my htaccess file: Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / #vanity URL RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z0-9-_]*)$…
Caro_deb
  • 279
  • 1
  • 8
  • 25
0
votes
0 answers

.htaccess Conflicting with files and folders? How to fix?

I have .htaccess rewrite rules in my root folder and it's causing every folder to act as a vanity URL, how can I stop that? RewriteEngine On RewriteBase / RewriteRule ^([a-zA-Z0-9:_-]+)/$ index.php?p=$1 [L,QSA] RewriteRule ^([a-zA-Z0-9:_-]+)$…
Rbn
  • 381
  • 2
  • 4
  • 11
0
votes
1 answer

Play Store Vanity URL?

Does anybody know if it's possible to get a vanity URL for your Android app like it is for iOS apps on the App Store? I've searched on Google, but don't see anything.
Karim Varela
  • 7,562
  • 10
  • 53
  • 78
0
votes
1 answer

ASP.NET How to make a Vanity URL in ASP.NET?

I need to create a vanity url for the following link: http://www.cvent.com/d/2cq542 Needs to be something like: http://www.opportunityfinance.com/SmallandEmerging/ The biggest problem I see is that there is NO apache support. Only ASP.net, which…
Solomon Closson
  • 6,111
  • 14
  • 73
  • 115
0
votes
1 answer

How to stop vanity url for sub-directory in domain

I have created a login interface where user can register there username. Now i wanted to give each user a vanity url like, example.com/user. I am using .htaccess rewrite conditions and php for that. Everything is working fine except when i try a url…
Kush
  • 755
  • 7
  • 22
0
votes
2 answers

Vanities Gem Form Error

I am trying to add vanity url's to my app and I decided to use the vanities gem. The installation was very simple and everything has seemed to work well. I was able to create a vanity url and put it on a user through the console. When I tried to…
Michael Peralta
  • 293
  • 5
  • 18
-1
votes
1 answer

Python detects Vanity URL discord.py

I am making a Serverinfo command on my bot. So i want add the server info command show the guild's vanity too! But I read the whole discord documentation but can't find how can i make the bot detect the vanity url and sends it. Then I tried to test…
-1
votes
2 answers

Strip HTML extension from outgoing URL

I am using AEM. I have configured some vanity URL's with redirect. Ex: /coaties > /content/geometrixx-outdoors/women/coats/winter-coat.html Also in the web server, I have made configuration to strip HTML extension so my web-server removes the html…
Prashant Onkar
  • 414
  • 3
  • 15
-1
votes
1 answer

Azure website custom domain name

I've begun setting up my first Azure website. I began with Free website version to learn how to setup a WordPress site. Next I promoted the site to Azure Shared, to enable me to setup a custom domain name. I struggled to setup a vanity domain name…
C_Bird
  • 3
  • 2
-2
votes
1 answer

I want a user who made request from example.com to mydomain.example/domains to redirect to mydomain.com/userdomain

I want a user who made request from example.com to mydomain.example/domains to redirect to mydomain.example/userdomain. It is like implementing vanity URLs as per the user's domain name. I know, we can do it using .htaccess redirect rules but don't…
Sumit Malik
  • 354
  • 2
  • 10