XF 1.3 I cant access to my Forum with http:// in Internet Explorer

BamBam

Active member
Hello,

I have a Proplem with my Test-Forum. I can browse to it with www.mydomain.com, but NOT with http://mydomain.com ... do you know how i can fix this?

I have edited the .htaccess File, and added this Line:

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

But its still not working. :( This Proplem is only in the Internet Explorer, with Mozilla Firefox its working. I will try it with Google Chrome soon. Any Help please?

// Edit,

This Proplem is with my Main Forum too. :(
 
Top Bottom