Hi guys,
the right baseURL of my site is: http://localhost:8888/jetkicom. When I logIn with ajax_register, clicking on "Login" the module redirect me to : http://localhost/jetkicom/users/admin?2024405710=1 and not to http://localhost:8888/jetkicom/users/admin?2024405710=1 that it the right URL.
How con I solve this problem? Is it relater with thickbox.js?
Thank you very much.
Nicolo'
Comments
Comment #1
compujohnny commentedNO, this is a problem with the ajax module, its the one that handles the redirection,
I suggest you post an issue on the ajax module
Comment #2
nicoloconte commentedThank you, I fixed the problem!