A site that I am developing works with the format www.domain.com but when typing the domain without the www i.e domain.com I receive a error 400 bad request. How can I enable non-www for my site.
|
|
||||
|
|
To solve your problem, if you're using Apache, you can use mod_rewrite in this way:
|
||||
|
|
|
First check the DNS records for your domain. You need to have an A Record for both the www. and non-www. versions of the domain. Some providers will use an @ for the non-www. version. Then check your server's host.conf file. This is where (in Apache at least) you tell your webserver where to direct traffic for various domains. If you have a directive for |
|||
|
|
|
If you're using Apache, you can configure it in your control panel to always use the "www" prefix or make it to remove the "www" prefix, go to domain management and change the 'A" record to always use "www" prefix.normally this shouldn't even be a problem, because most web hosting has this already configured. |
|||
|
|

