• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mod_proxy problem

Status
Not open for further replies.

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?
 
Status
Not open for further replies.
Back
Top