I have ordered the new dedicated server with Plesk 11 on it. Moved my websites from old server to the new one but had some issue on opening websites.
Using .htaccess, I force the client to use the website with www. Plesk is doing contrary by default: www to non-www. A redirect loop as result ...
My question: how can I disable adding Plesk these rows by default:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.com$1 [L,R=301]
</IfModule>
Thanks for any help!
Under DNS server configuration, select the option Use our DNS settings. Under Hosting type, select the Forwarding option. In the Destination address box, type the URL address to which you want to redirect visitors. Under Forwarding type, select standard or frame forwarding.
Found out what to do in that case:
Hope it helps someone!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With