• 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.

serverwide complete url rewriting

J

jamalahmed

Guest
hi every one,
I am using plesk 8.0.1 on ubuntu 5.10, I have searched high and low in the forums as well as the internet, but the subject of Mod_rewrite eludes me.
I wonder if any of you good people can help:)

My problem is: I want to use mod_rewrite to redirect all my domain admins to the plesk interface,
for example: if a domain administrator type http://their_domain.tld/plesk, it should get redirected to https://their_domain.tld:8443.

I do not want to do that in a domain by domain basis (i.e editing vhosts.conf file for every domain). I would rather it worked in server wide basis.

so far all I could come up with is:
RewriteEngine on
RewriteRule ^(.*)/plesk http://$1:8443


but it does not work.

any help on that matter would be appreciated by me, and most of all, by my domain admins.

thanks in advance

PS. I am doing all the changes in the main apache2.conf file...
 
thanks for the reply :)

I understand where you are coming from,
but you see, I have almost 32 domains and I would like to dynamically redirect the domain owners to https://their_domain.tld:8443, (note the bold typeface).

how would you suggest I do that with mod_alias?
 
I'll have something that works for you shortly.

Needs to be within mod_rewrite not mod_alias.
 
Originally posted by DCNet_James
I'll have something that works for you shortly.

Needs to be within mod_rewrite not mod_alias.

Any Luck yet!!?
 
Back
Top