Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to configure phabricator with a non root url?

I am trying to install phabricator behind apache http server. The problem is that i would like to have an url like

http://myserver.fr.xxxx/phabricator and not http://myserver.fr.xxxx/

i have tried several configuration in apache but i am not able to have phabricator working correctly (alias,redirect).

Is there any solution with a tricky apache configuration or phabricator future release to handle this ?

like image 368
Nicolas Durand Avatar asked Sep 10 '13 13:09

Nicolas Durand


1 Answers

This is not supported, and we do not plan to support it. The install documentation should probably make this more clear, although it is mentioned in the Configuration Guide:

You can either install Phabricator on a subdomain (like phabricator.example.com) or an entire domain, but you can not install it in some subdirectory of an existing website.

We don't plan to support this because support would be complex and have security implications, and only a tiny number of very small installs would benefit.

like image 94
Evan Priestley Avatar answered Oct 19 '22 12:10

Evan Priestley