[ZendTo] Re: redirected to documentroot after successfull authentication
Frank Bonnet
f.bonnet at esiee.fr
Tue Dec 11 12:19:35 GMT 2012
I get this
# grep loginForm main.js
if( $('#loginForm').length > 0 ) return false;
var loginForm = $('<form>', { id: 'loginForm', 'method':'post',
'action': window.location.protocol + '//' + window.location.host });
loginForm.append(un_label, uname, pw_label, password, login);
$('#container').prepend(loginForm);
$(loginForm).after(
On 12/11/2012 10:29 AM, Jules wrote:
> If you do this
> cd /opt/zendto/www/js
> grep loginForm main.js
> do you get a line output (among others) that says this:
> var loginForm = $('<form>', { id: 'loginForm', 'method':'post',
> 'action': '.' });
> ?
> If so, it should redirect back to the ZendTo homepage and not the
> DocumentRoot of the virtualhost.
>
> Jules.
>
> On 11/12/2012 08:50, Frank Bonnet wrote:
>> Hello again
>>
>> Now the authentication seems OK but after being authenticated
>> the browser is redirected to the documentroot of the apache server
>> instead of zendto homepage ...
>>
>>
>> _______________________________________________
>> ZendTo mailing list
>> ZendTo at zend.to
>> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>>
>> Jules
>>
>> --
>> Julian Field MEng MBCS CITP CEng
>> www.Zend.To
>>
>> Twitter: @JulesFM
>> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>>
>> Fair Isle: North or northwest 4 or 5. Moderate, occasionally rough at first.
>> Wintry showers. Good, occasionally poor.
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
--
CYBERDROID Inc.
Frank BONNET
01.45.92.66.17
Service des Moyens Informatiques Generaux
ESIEE PARIS
Cité Descartes / BP 99
93162 NOISY-LE-GRAND Cedex
http://www.esiee.fr <http://www.esiee.fr/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20121211/0c5fb026/attachment.html
More information about the ZendTo
mailing list