Christian Hainke
New Pleskian
Hi,
i've setup a new server. since then, mod_proxy doubles paths i.e:
/shop/domainA.de/shop/domainA.de/?debug=1
but should be:
/shop/domainA.de/?debug=1
on the old server, it worked perfectly.
in the documentroot of domainA.de is a .htaccess file which containts:
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domainB.de/shop/domainA.de/$1 [P,L]
--
in a testscenario ive setup a empty server with plesk and a trial licence. there mod_proxy dont doubles the path *confused*
--
with mod_proxy disabled it worked fine, but the customers see's that redirect.
any solutions? or tipps?
i've setup a new server. since then, mod_proxy doubles paths i.e:
/shop/domainA.de/shop/domainA.de/?debug=1
but should be:
/shop/domainA.de/?debug=1
on the old server, it worked perfectly.
in the documentroot of domainA.de is a .htaccess file which containts:
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domainB.de/shop/domainA.de/$1 [P,L]
--
in a testscenario ive setup a empty server with plesk and a trial licence. there mod_proxy dont doubles the path *confused*
--
with mod_proxy disabled it worked fine, but the customers see's that redirect.
any solutions? or tipps?