Answer the question
In order to leave comments, you need to log in
How to organize a directory structure for a web server?
The situation is this. There is an application that downloads images into its own directory tree, ie:
D:\imgs\foo
       \bar
       \baz
       \xxx
       \yyy
       \bar\1
       \bar\2
There is a web server that should give this data to the web. The problem is that I don't understand how to serve the image data i.e.
`myserver\public` `public` is our directory from which we give files. But then my images are downloaded to another directory with a large nesting level.
What are the options?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question