Apache config behind firewall with portmapping

Essage

Member
The case:

I have a computer running OS X Server 10.2 on my local network with IP 192.168.0.2. And a "broadband-router" (netgear) with IP 192.168.0.1 (LAN IP), that forwards port 80 on my public internet-ip (217.215.x.x) to the OS X Server (192.168.0.2).

It almost works as it should now, but there is one thing:
http://217.215.x.x - works
http://217.215.x.x/ - works
http://217.215.x.x/directory - doesn't work
http://217.215.x.x/directory/ - works

How shall i configure Apache (httpd.conf and with Server Settings), to make "http://217.215.x.x/directory" work?
 
Back
Top