Tagged Questions
The redirect-loop tag has no wiki summary.
2
votes
2answers
21 views
.htaccess redirect to file
I have to humble myself and ask for some guidance on a topic I thought I understood. I am struggling with a 301 redirect issue, and hope someone not engrossed in this issue can help me see the light.
...
2
votes
3answers
697 views
urlrewritING.net query character in virtual url causing redirect loop
I've got a project where we're re-building a site for a client, the new site is using umbraco on the .net platform. the old site was cold fusion.
Umbraco utilises the urlrewriting.net library so I ...
1
vote
4answers
75 views
PHP Registration Problem
I am programming a php registration system where there is two points of entry (if that makes sense):
If the client wants to purchase a product but doesn't have an account and it stores the id of the ...
0
votes
1answer
73 views
Disable Redirect Loop
Is there any way to disable the Error 310 (Redirect Loop) checking or is there any browser (can be old) that does not have this checking feature?
I need it for a php script i wrote that checks a ...
0
votes
0answers
28 views
mod_rewrite help - squashing a redirect loop at the server level
I'm running Apache on my server, and I have about 100 accounts running on a custom framework. This framework means that the directory structure of all the accounts is more or less the same.
I have a ...
0
votes
2answers
148 views
Redirect Loop on Drupal 6 after moving website
I posted a question earlier today asking which files needed to be changed to move drupal to MAMP successfully.
I've now moved it all over and connected it to the database, however, I'm stuck in a ...
0
votes
2answers
211 views
CakePHP Spark Plug auth plugin causing redirect loops
I am attempting to use the auth plugin Spark Plug on a new CakePHP 1.3 app at http://sandbox.andrewcroce.com. It is easy enough to set up, but for some reason I am getting redirect loop errors when ...
0
votes
1answer
155 views
Rails 3: Redirect loop caused by appended `/` to URL
Background Info
setup: Rails 3 + Apache2 + Phusion Passenger 3.0.7
I deployed a Rails 3 app to a sub URI on my domain (which is also a Rails 3 app). I'm using Phusion Passenger 3.0.7 to deploy my ...
0
votes
1answer
171 views
Getting a redirect loop accessing a webapp's welcome page
I'm not sure why, but accessing my webapp at http://localhost:8080/MyApp is giving me a redirect loop.
I have no servlets or servlet mappings, and my welcome page is at ...
0
votes
3answers
654 views
Redirect loop in ASP.NET app when used in America
I have a bunch of programs written in ASP.NET 3.5 and 4. I can load them fine (I'm in England) and so can my England based colleagues. My American colleagues however are suffering redirect loops when ...
0
votes
2answers
1k views
Redirect loop during http:// to https:// redirect
I am trying to force a page to be run under SSL, so I have implemented the following on page_load:
if (!Request.IsLocal && !Request.IsSecureConnection)
{
...
0
votes
2answers
2k views
Cookieless sessions and IIS7 causes a redirect loop
I have an ASP .NET website that uses cookieless sessions. When the initial request is made to the site using a url such as:
http://localhost/site
IE just displays the standard "Internet Explorer ...