Doulos Posted June 1, 2009 Share Posted June 1, 2009 For some reason when I enter the https address into the General Settings/WHMCS SSL System URL area, I get this redirect error when clicking on a link the WHMCS redirects from http to https: Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete. If I delete the https setting from WHMCS and enter the exact same link manually, it works fine. Any ideas what I should do? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 1, 2009 Share Posted June 1, 2009 check your htaccess file and also your html code for any meta refresh tags 0 Quote Link to comment Share on other sites More sharing options...
Doulos Posted June 3, 2009 Author Share Posted June 3, 2009 I have already check with my server manager and the only response I can get from them is: This appears to be a configuration issue with your script Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. Please let us know if you have any questions or require further assistance. I have looked at my htaccess file but I don't see anything, though I do sometimes tend to see what I expect instead of what is actually there - and I am no expert by a long shot. Htaccess file attached if someone wants to look at it. htaccess.txt 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 3, 2009 Share Posted June 3, 2009 your problem is a match among one of the many that you have defined in the RewriteCond's and then this rule RewriteRule ^(.*) %{HTTP_REFERER} [R=301,L] the condition is checking the referer and if it has a match the rule then redirects back to the referer then the referer's browser then trys to resend again, hence your redirect loop. try changing the rewrite rule to simply fail with a 403 error RewriteRule ^(.*) %{HTTP_REFERER} [F,L] 0 Quote Link to comment Share on other sites More sharing options...
Doulos Posted June 3, 2009 Author Share Posted June 3, 2009 That did not work. I even tried just replacing the htaccess file with a blank one, and it still is giving me the same error. Here is the error I am getting with Opera: The URL was redirected to . Please click the link to go there. Notice there is no URL. The correct URL does show up in the browsers address bar. As soon as I delete the https address from WHMCS general settings, I am able to connect by just refreshing the screen that a moment ago got the above error. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 4, 2009 Share Posted June 4, 2009 can you give your url so that we can try it and possibly work out the problem 0 Quote Link to comment Share on other sites More sharing options...
Doulos Posted June 17, 2009 Author Share Posted June 17, 2009 I could, but you will only see exactly what I posted above. What is it you might see? 0 Quote Link to comment Share on other sites More sharing options...
Doulos Posted December 16, 2010 Author Share Posted December 16, 2010 http://douloswebservices.com 0 Quote Link to comment Share on other sites More sharing options...
Doulos Posted May 28, 2011 Author Share Posted May 28, 2011 Dedicated IP = working now! Thanks for all your help. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.