Micha <[EMAIL PROTECTED]> writes: > From both > > http://kwiki.ffii.org/EictaSme050425En > http://kwiki.ffii.org/Opera050425En > > i got the browser reply, > > "Redrection limit for this URL exceeded. Unable to load the requested page. > This may be caused by cookies that are blocked." > > In the status bar i can see highly repeated redirecting to wiki.ffii.org. > > So i guess the alias entry > > http://wiki.ffii.org/ = http://kwiki.ffii.org/ > > doesn't work anymore. But it worked until some days ago. > > Well, cookies are enabled (from the same host). > > Maybe it's on the server side ? Without wwwoffle proxy anything is > just normal, bit i can see the request for kwiki is redirected to > 'wiki' now. > > So i can't alias it no more ? I must admit i can't understand easily > what's happening, at the moment.
To know what is happening you will need to capture the response from the server to see where it is redirecting you to. If you enable the printing of all headers in WWWOFFLE (see FAQ for details, you need the '-d 6' option) then you will see exactly what is happening. The entry that you have put in the Alias section of the configuration file will mean that all requests for http://wiki.ffii.org/* will be sent a redirection to http://kwiki.ffii.org/ with the same pathname. Is it possible that they have a server side redirection from http://kwiki.ffii.org/ URLs back to the http://wiki.ffii.org/ URLs? You could try reversing the entry in the Alias section of the configuration file and try again to see if you keep getting the error message. This would work if they are using server redirects away from kwiki.ffii.org to wiki.ffii.org. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html
