+1  A: 

The script you are using is not respecting redirects. Generally browsers will see the location: /home header and make another request to that URL.

Chacha102
I understand that aspect of it, but how would I get the subdirectory part working since it's just a redirect to /home? I believe there was a reason the script used this url instead of `/home`, in addition to the no_js option.
meder