• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Preferred domain with www in Plesk 11.0.9

SalvadorS

Regular Pleskian
Hello,

How can I configure a domain in plesk panel in order to show the domain with www (www.domain.tld)

Is the propertie "Preferred domain" in plesk 11.5 but in plesk 11.0.9 does not exist. How can I configure this?

Thanks
 
Hi ,

you can use rewrite rules for that, like this one:
RewriteCond %{HTTP_HOST} ^www.DOMAIN.TLD NC]
RewriteRule ^(.*)$ http://DOMAIN.TLD$1 [L,R=301]

this should be put into website's vhost conf:
/var/www/vhosts/dom.tld/conf/vhost.conf
 
Back
Top