Hello!
I'd like to reach a local apache webserver running on port 555 from a relative path /foo
Something like this:
http://localhost/foo/myfile.html ->http://localhost:555/myfile.html
Struggling to get this done with rewrite rules. Can this be done?
Thank you so much.