Steps to Reproduce:
- Follow the setup/configuration guidelines to install fabricator at a domain like phabricator.mydomain.ddns.net.
- Rewrite rules dictate:
RewriteEngine On RewriteRule ^/rsrc/(.*) - [L,QSA] RewriteRule ^/favicon.ico - [L,QSA] RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
- Received message, "Request exceeded the limit of 10 internal redirects due to probable configuration error."
I believe the installation instructions should be updated to cover instances like this. I don't quite understand rewrite rules as well as I'd like so it took some time debugging this problem. Perhaps there is a better way to rewrite the last rule which accounts for cases like mine.
Thanks,
Ian