I use the following in the root file of my apache configuration file:
RewriteEngine on RewriteRule ^/phabricator/rsrc/(.*) - [L,QSA] RewriteRule ^/phabricator/favicon.ico - [L,QSA] RewriteRule ^/phabricator/(.+)$ /phabricator/index.php?__path__=$1 [B,L,QSA]
However, I can not fully test it, because my computer does not seem to think. / bin / storage is a valid executable, so I cannot configure the database behind it.
It seems to work so far, but I'm not sure if the php code phabricator will just work, or some modification will be required from it too. (when I am in MYHOST / phabricator / index.php, I get a fabricator error page related to the missing mysql setting)
source share