Is it possible to create a virtual directory on the local server with out a redirect? #480
Replies: 4 comments 3 replies
-
Put the |
Beta Was this translation helpful? Give feedback.
-
That means turning on the internal webserver, what i mean is i have a reverse proxy: I want to be able to do https://domain.com/support and that land on the hard drive "support" folder and not get reverse proxied, it looks like i need to do a redired for https://domain.com/support but i can only redirect it to another http protocol, cant i redirect it directly to a folder on the server? as its not "redirecting" as i dont want to the website user to know i did that |
Beta Was this translation helpful? Give feedback.
-
I have ignored what appears to be an insult... so getting back to to being professional... Apache HTTP server can do it, .. is there a way for your software to do it (as you wrote it and i would assume you are aware of how all the other services work that exist). |
Beta Was this translation helpful? Give feedback.
-
This was the reason for the question, i am aware this is not a full webserver, although you do have a webserver built in. It maybe what we need isnt possible, i wanted to avoid created the internal server then have a url in the reverse proxy "redirect" to that internal server, i assume this isnt possible as thats more of a complete webserver method? What it appears i need is a redirect to a local disk folder, so /store/ points and serves files from a folder that doesnt "redirect" the URL as that will create issue from the browser perspective, we would like https://domain.com/store to NOT forward that to the back stream server, and serve it from the local holder instead with out the need of creating another internet webserver then having the browser "see" a "redirect" on that URL |
Beta Was this translation helpful? Give feedback.
-
Have a reverse proxy setup, would like to create a virtual local directory /support/, is it possible to point this virtual directory to a real folder on the local server with out doing a redirect to a local website?
Beta Was this translation helpful? Give feedback.
All reactions