Jump to content

I have one site with many country prefix and want to remove the www from it


kee2ka4

Recommended Posts

I am current using the following code to remove the www from the domain name and it works:

 

RewriteEngine On

RewriteCond %{HTTP_HOST} ^domain.com$

RewriteRule (.*) http://www.domain.com$1 [R=301]

 

But I have the same domain name with many country prefix, for example, www.domain.co.uk, www.domain.co.in, www.domain.co.fr etc etc. My question is rather then writing a rewrite rule for all the prefix names, is there a quicker way of removing the "www." from all of the domain names.

 

Thanks,

Ket

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.