Page MenuHomePhabricator

Allow a domain other than the install domain to serve as the "short" Phurl domain
Closed, ResolvedPublic

Assigned To
Authored By
lpriestley
Jul 28 2015, 9:49 PM
Referenced Files
None
Tokens
"Pterodactyl" token, awarded by joshuaspence."Evil Spooky Haunted Tree" token, awarded by chad.

Description

per @epriestley:

Possible Use Case: Alternate Short Domain

We could let users configure a short domain which pipes directly into Phurl. For example, an install might be hosted at phabricator.mycompany.com, but a shorter domain like mcmp.me is configured as the Phurl domain. Phurl then recognizes requests on this domain, and emits URLs using this domain (https://mcmp.me/2). The old URLs still work correctly.

Event Timeline

lpriestley claimed this task.
lpriestley raised the priority of this task from to Needs Triage.
lpriestley updated the task description. (Show Details)
lpriestley added a project: Phurl.
lpriestley added subscribers: lpriestley, epriestley.

+1 on this, we have phabricator on an internal searchdomain for our deploy. http://p/

So I just tested this out, against: http://p/ and all I'm getting is a 404 page. Does it need to have a TLD?

Used

./bin/config set phurl.short-uri http://p/

I'm starting to think Phurl is something entirely different than what I'm thinking of... Yup. Nevermind me then.