I created an webapp using the HDA web setup which looks like this:
name: sabnzbd
path: /var/hda/web-apps/sabnzbd
url: http://sabnzbd
SABnzbd is installed in /home/sabnzbd/SABnzbd-0.5.0RC3
and is accessible through http://hda.mydomain.com:7777/sabnzbd
so how do i get the address "http://sabnzbd" to redirect to "http://hda.mydomain.com:7777/sabnzbd"?
i have added
ProxyPass / http://localhost:7777/sabnzbd
ProxyPassReverse / http://localhost:7777/sabnzbd
to the 1002-sabnzbd.conf,
which i copied from the transmission.conf file

When i visit http://sabnzbd firefox states:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Any help would be appreciated
