Forum Moderators: phranque
My problem is that URL's that have been rewrited by the HTTP server doesn't keep its orignal IP address, it gets the IP address of the HTTP server. Do you have any idea how I don't "loose" the orignal IP address.
Below is a snippet of my Rewriting from the httpd.conf file.
The Rewriting rules isnt in a <Virtualhost> tag.
RewriteEngine On
RewriteLog logs/rewrite.log
RewriteLogLevel 2
RewriteRule ^/$ index.htm [P]
RewriteRule ^/(dvd)/(.*)-([0-9]*)\.htm category.jsp?path=$2&page=$3&filter=$1 [P]
Best regards Nixon