Friday 21 May 2004 2:07:56 am
I try some more tests and even if it doesn't work, new information could help you resolving my problem. So I discover that my problem doesn't come from RedirectURI but from :
<form method="post" action={"user/login/"|ezurl}>
which become after ezPublish compiling :
<form method="post" action="/news_en/user/login">
because a message error appears and says :
Module not found
The requested module news_en could not be found.
Possible reasons for this is.
The module name was misspelled, try changing the url.
The module does not exist on this site.
This site uses siteaccess matching in the url and you didn't supply one, try inserting a siteaccess name before the module in the url .
but news_en is not a module, it's only the english part of the url (http://www.mydomain.com/news_en/...) which lead to my english website. I have the same problem with others languages. I try to change this line but I can't reach my goal. Do you have an idea ?
|