Without www

Hello
yes, default da config and you can also force it creating a htaccess like this :
Code:
RewriteCond %{HTTP_HOST} !^domain.net$
RewriteRule ^(.*) [url]http://domain.net[/url]$1 [QSA,L,R=301]
 
Hi,

Ihave the same problem.

My a records are made and still i cant access any of my domains without the www.
In the configs the alias is set www.mydomain.be and mydomain.be

I tryed with chname, nothing...

I tryed the code:
RewriteCond %{HTTP_HOST} !^domain.net$
RewriteRule ^(.*) http://domain.net$1 [QSA,L,R=301]
(put my domainname in it in case you wondered)

Nothing...

Can anyone give me a clue here, i'm kinda stuck
 
Back
Top