On 05.08.2014 15:40, Igor Cicimov wrote:
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$ http://other-server%{REQUEST_URI}
<http://other-server/%1> [P,L]

This worked. The problem alsa was because I was calling:
httpd://server1/ and rewrite where calling httpd://server2/index.php
But index.php was not present on the second server. I thought that server2 would be called like server1 without autoappending index.php.

--
Mimiko desu.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to