Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Error 310 (net::ERR_TOO_MANY_REDIRECTS)
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: Error 310 (net::ERR_TOO_MANY_REDIRECTS)

Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years, 1 month ago #21157

Hello,

I'm having this error rror 310 (net::ERR_TOO_MANY_REDIRECTS) when I activate joomsef in my site. If I deactivate there is no problem with the site.

Any suggestions?

Regards
Last Edit: 13 years, 1 month ago by JesusLMR.
The topic has been locked.

Re: Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years, 1 month ago #21222

Answers?
The topic has been locked.

Re: Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years, 1 month ago #21230

I too face the same issue with the Kunena plugin. Initial all the URL's work, But if I access the forums after 2-3 days, then some work, other give the Error "ERR_TOO_MANY_REDIRECTS)"

http://animemangahome.com/forum/c-5

Following is the configuration i used for the component extension




Need a solution to this issue.
Last Edit: 13 years, 1 month ago by anuphariharan.
The topic has been locked.

Re: Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years ago #21315

  • jaku
Hello,

there may be several possible sources of this problem.

First of all, make sure there are no other redirects active outside Joomla. (in .htaccess file or at server config level).

E.g. a common problem may be automatic redirection of
mysite.com -> www.mysite.com
and then having Joomla configured to use mysite.com only;
then a cyclic redirection may occur.

This may of course occur also in other cases where custom redirection is setuped.
There can be also 2 redirections in JoomSEF that are pointing each to another.

So first of all, you should monitor, how and why the redirection occurs and then identify where it comes from.
The topic has been locked.

Re: Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years ago #21415

Hello,

there may be several possible sources of this problem.

First of all, make sure there are no other redirects active outside Joomla. (in .htaccess file or at server config level).


Ok, there is not redirections outside Joomla and this is the .htaccess file that was created following the steps on the installation tutorial (first changin htaccess.txt to .htaccess and then installing the component):

##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

 
#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
 
#
# mod_rewrite in use

RewriteEngine On
 
########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)

# RewriteBase /

 
########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section



E.g. a common problem may be automatic redirection of
mysite.com -> www.mysite.com
and then having Joomla configured to use mysite.com only;
then a cyclic redirection may occur.


This also is not happening, joomSEF is not configured to handle
http://www.mysite.com
and
http://www.mysite.com
and there is not 301 redirections.

This may of course occur also in other cases where custom redirection is setuped.
There can be also 2 redirections in JoomSEF that are pointing each to another.


I don't know how this can happen...

So first of all, you should monitor, how and why the redirection occurs and then identify where it comes from.


It looks like nothing is creating this problem, but of course something is creating it because is happening...

??
The topic has been locked.

Re: Error 310 (net::ERR_TOO_MANY_REDIRECTS) 13 years ago #21417

I don't know what I did but now is working.

The only things I can say is that I purge urls several times and nothing happen, and uninstalling and reinstalling also several times and purgin urls is what it seems to solve the problem.

After some days of trying to solve this, purgin in the "right way" if I can say it in this way is what might solve the problem.

Regards.
Jesús
The topic has been locked.
  • Page:
  • 1
  • 2
Přihlášení uživatele Prázdný