www not working

Status
Not open for further replies.

saikhanbayar46

New Member
Messages
3
Reaction score
0
Points
0
hi it's me again.
i used different name to ask my question.
my domain www.lenoble.mn is not working while lenoble.mn is working without www

i already set the nameservers on my domain registrar.

I tried domain redirect but not working either.

thanks in advance
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Remove any redirects. Check your .htaccess file to be sure.
Remove the A record.
Add a CNAME record pointing to lenoble.mn
 

saikhanbayar46

New Member
Messages
3
Reaction score
0
Points
0
RewriteEngine on

RewriteCond %{HTTP_HOST} ^www\.lenoble\.mn$
RewriteRule ^(.*)$ "http\:\/\/lenoble\.mn\/$1" [R=301,L]

---------- Post added at 06:16 PM ---------- Previous post was at 06:07 PM ----------

i tired removing A record and added CNAME record but still getting this error:

Server Error

There has been a server error. Please try again momentarily.

If the issue persists, create a support ticket.
 
Status
Not open for further replies.
Top