My new server allows us to use the same directory for SSL and non-SSL content.
This appears to be quite a convenient option to make some of our scripts work without hastling what files to pull etc.
However I assume we'd need to use absolute paths for images and other includes in order to avoind "non-secure content present..." errors. Am I correct?
If yes, how secure is it to use absolute path for images; won't I be giving too much security information?
Couldn't I just use some sort of re-write in that case to display a path that will not give too much information? If yes, please point me into the right direction how to do that.