Replaying to myself... after some coffee I figured out I missed a slash.
ProxyHTMLURLMap /mirror/ / and the links are ok.
So theres only the icons problem left.
I tried something like
ProxyHTMLURLMap /mirror/icons/ /icons and ../icons but neither of them
works.
It looks like its getting ignored.
Nick Kew schrieb:
On Tue, 15 Jul 2008 14:16:10 +0200
Chris Cohen <[EMAIL PROTECTED]> wrote:
Thanks for your reply. Although it's just cosmetical I don't mind
reading some docs. So, could you please point me in the right
direction? What can I use to rewrite the content? mod-rewrite?
On Tue, 15 Jul 2008 14:16:10 +0200
Chris Cohen <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. Although it's just cosmetical I don't mind
> reading some docs. So, could you please point me in the right
> direction? What can I use to rewrite the content? mod-rewrite?
http://www.apachetutor.
On Tue, Jul 15, 2008 at 14:16, Chris Cohen <[EMAIL PROTECTED]> wrote:
> On Tuesday 15 July 2008 10:31:48 Krist van Besien wrote:
>> On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote:
>> > ... and it actually works. I can access all the files. BUT
>> > Apache is looking for /icons
On Tuesday 15 July 2008 10:31:48 Krist van Besien wrote:
> On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote:
> > ... and it actually works. I can access all the files. BUT
> > Apache is looking for /icons in the wrong directory and (what is
> > much more annoying) the autoindex
On Mon, Jul 14, 2008 at 13:27, Chris Cohen <[EMAIL PROTECTED]> wrote:
> ... and it actually works. I can access all the files. BUT
> Apache is looking for /icons in the wrong directory and (what is much more
> annoying) the autoindex module generates wrong links.
> For example:
> I am in the dir /p
Chris Cohen schrieb:
Hi all,
again... I am a total apache newbie.
What I have is:
- A webserver in my dmz with a dedicated vhost + ip
- A ssh tunnel to an internal webserver
- An internal webserver with a directory called mirror in /
As you might imagine I want to access the dir mirror on the d
Hi all,
again... I am a total apache newbie.
What I have is:
- A webserver in my dmz with a dedicated vhost + ip
- A ssh tunnel to an internal webserver
- An internal webserver with a directory called mirror in /
As you might imagine I want to access the dir mirror on the dmz webserver.
This is