i redirect via URL hiding. (so is the fuction called by united-domains)
There is an webserver emulated which gets the page from the server and forward it to the client
***EDIT***
ahh now i found the problem.
i installed the gallery to a subdirectory
/gallery/twg/
the url ist also redirecting to
#removed_broken_link
when i call the gallery with the redirect it points to the correct URL
but when i enter an album the URL switch to
http://mydomain.com/gallery/tgw
and so the path
gallery/tgw
is there twice in the url, because when i resolve the redirection the url becomes to
#removed_broken_link
So i guess that there might be a little fix in TWG so that TWG is not always called to the web-root of the server.
What do you think?