I have hfs on my computer with address
http://localhost:7000.
Now I want to proxy it with Apache server.
When I use redirection of URLs from
http://localhost:7000 to
http://localhost/hfs some problems occur:
- page shown incorrectly - all styles disappered
- when I move mouse over link in the HFS page the URL is not relative to current page address, but relative to server root address
http://localhost:7000, i.e. links are /link_url/, but I need link_url/. If I redirect
http://localhost:7000 to
http://localhost all work fine, but it's not I need (I need redirect to subdirectory `hfs` on the main server).
My English is bad I know, but I hope you understand what I mean. Thanks.