Too many redirects

Permalink
I have a website hosted on my own servers along with about 16 other Concrete 5 sites. This one site has developed a problem. I cannot work out if it is to do with the database or one of the add-ons. If I try to open in Safari I get a message saying too many redirects. The page is obviously re-directing to itself but I cannot see how to get out of this problem. I have restored the database to a previous version but that has not fixed the problem. Any suggestions. The URL ishttp://www.muls.org and is a university law society website.

regards

Ian

ianj
 
Mnkras replied on at Permalink Reply
Mnkras
try opening the site.php and commenting out the BASE_URL and DIR_REL lines
it keeps doing 301 redirects tohttp://www.muls.org/
ianj replied on at Permalink Reply
ianj
I tried commenting out those two lines but I am still getting the re-directs. Any other ideas?

regards Ian
Mnkras replied on at Permalink Reply
Mnkras
what addons are installed?
and can you paste your .htaccess?
ianj replied on at Permalink Reply
ianj
Following addons are installed
calendar
core commerce
discussion
dojo content highlight
extended form
jack image caption
login
problog
remo import users
simple news
theme camera arts
tony billboards
tony mailing list
tony stats

.htaccess file below
#--concrete5 urls start --
<IfModule mode_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME}! -f
RewriteCond %{REQUR|EST_FILENAME} -d
RewriteRule ^(.*)$ index.php/$1[L]
</IfModule>
#--concrete5 urls end --
Mnkras replied on at Permalink Reply
Mnkras
and the site worked fine and suddenly stopped working? thats usually a server issue then
ianj replied on at Permalink Reply
ianj
Except there are 15 other Concrete5 sites on the same server all set up in a similar manner and these are all working fine. The only change the client has made is the installation of the jack image caption add-on. Prior to that it worked OK. Can I disable this add-on from the database to see if this is the cause?
Mnkras replied on at Permalink Reply
Mnkras
you can (kinda) backup the db first,
From the Packages table you can delete it,
and the BlockTypes table.
allcomm21 replied on at Permalink Reply
Did you ever figure this out? I'm having a very similar problem. When I try to access the https version of the base url, I get the "too many redirects" error.

Funny, it doesn't do it when I access just an image from the site, with a direct url, only when it calls a page through the concrete framework.