• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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