Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi,
After upgrading from a really old version (the last that supported mono) to the last now 2.3.9.0, I can't get working multisite with folders and multilingual.
Now it's hosted in full trust on Windows 2008 Server R2. Using Sqlite. Dotnet 3.5
I've read and applied all doc on theses proposes, but this is the problem :
When I switch site, the request is done but nothing changes. I don't see errors in log.
I recreated folder mapping with no success.
In user.config I have :
<add key="UseRelatedSiteMode" value="true"/><add key="UseFoldersInsteadOfHostnamesForMultipleSites" value="true"/><add key="UseCultureOverride" value="true"/><add key="site1culture" value="fr-FR" /><add key="site2culture" value="en-US" /><add key="site3culture" value="it-IT" /><add key="site4culture" value="es-ES" /><add key="site5culture" value="de-DE" />
Globalization key in web.config is by default auto fallback english.
Can someone help me please ?
Try adding this in user.config:
<add key="UseTransferRequestForUrlReWriting" value="false"/>
Then touch web.config to make it reload the settings.
That should solve it.
Best,
Joe
Thanks a lot Joe ! I was searching from a long time.
That seems so easy for you !
That solved it as you predicted.
Michel.