Jump to content

Some member claiming they getting logged out again and again


sachin123

Recommended Posts

8 hours ago, Tracy Perry said:

I know that this effects XenForo, but not really sure if/how much it will IPS.... but is your site available via the WWW domain and non-WWW domain?  If so, try forcing it to one or the other and see if that resolves the issue.

I am not very technical person, pleas reply in simple words :)

my domian is http://xxx.in it doesn't use www. but whenever some one opens http://www.xxx.in it redirects to http://xxx.in

Link to comment
Share on other sites

On 1/24/2016 at 7:21 AM, sachin123 said:

I am not very technical person, pleas reply in simple words :)

my domian is http://xxx.in it doesn't use www. but whenever some one opens http://www.xxx.in it redirects to http://xxx.in

Regarding what @Tracy Perry is suggesting, you may need someone technical to help out. 

You may have a directive in your .htaccess file (if there is one) that is redirecting the www. to the non www. That is what you want to comment out and then see if things change. Below is an example of how it would look like in the .htaccess file.

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

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...