views:

160

answers:

2

My firefox clients when tries to access my website get this error--the page isn't redirecting properly firefox

On safari they get--Too many redirects

No issues with IE. Also this error mainly appears on login pages

Can anyone suggest me What to do? Am I doing something wrong in My web.config or .htaccess file? Is it a session issue

+1  A: 

We probably need more info. Is this the root document? If so are you doing any redirects in code? etc. etc.

By the sounds of it you are doing something non standard, can you enlighten us?

Rippo
A: 

I guess it might be a problem with link rewriting in .htaccess -- I had similar problem long time ago. If you are using RewriteRule, try to disable it and check if the site start working properly.

czuk