USLs problem....

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/27/2010 10:19:06 PM
Gravatar
Total Posts 4

URLs problem....

  • What operating system?          Windows 2003 Server
  • What database platform?         MySQL
  • What version of mojoPortal?   2.3.5.3
  • Host                                        GoDaddy

Hi Joe,

Congradulation for your work !!   MojoPortal is a very good product.  I'll spread the word in Quebec (Canada).

I've a small problem.

I try to go the the URL https://erikdemontigny.ca/portal and, when I press ENTER, I think MojoPortal route me to the address http://erikdemontigny.ca/portal/portal/Default.aspx

The application, (I suppose...), remove the S at the https  and add a second PORTAL in the address.

The site is running if you remove manually one (1) portal in the address bar.  But the httpS reRoute me to http://erikdemontigny.ca/portal/portal/Default.aspx

Have you any idea how I can fix it ?

Thanks

Erik

9/28/2010 6:33:30 AM
Gravatar
Total Posts 18439

Re: USLs problem....

Make sure you set this to true in Web.config or user.config

<add key="SSLIsAvailable" value="true"/>

GoDaddy has some strange url forwarding and url masking things they do that could be a factor in the redirect issue.

I would make sure this is false:

<add key="UseFoldersInsteadOfHostnamesForMultipleSites" value="false"/>

but other than that I'm not sure because your godaddy configuration could be the problem.

Hope it helps,

Joe

9/28/2010 11:50:35 AM
Gravatar
Total Posts 4

Re: URLs problem....

Hi Joe,

Thanks for your answer. Unfortunately, this did not solve the problem.

I'll try a fresh new install. I'll be back with more details upon completion.

Erik

this did not solve the problem

9/29/2010 7:57:22 PM
Gravatar
Total Posts 4

Re: URLs problem....

After a fresh install....  The problem was there again.   Finally, after some search in the ADMIN panel, 
- Admin
   |_ Site Settings
     |_ General
there is a checkBox  Require SSL on all pages?  I checked this option and the problem was solved.   YES !!!
Just an exception...   the MyPage   give me the same error, i.e.  remove the S at the https and add a second PORTAL in the address when I click the link in the upper page section.

But I'm able to live with it.

Thanks for your good product.

NOTE
BTW, GoDaddy don't accept the use of SQLite with MojoPortal... tested the 2010-09-29.

Erik

The application, (I suppose...), remove the S at the https  and add a second PORTAL in the address.

9/29/2010 11:08:03 PM
Gravatar
Total Posts 4

Re: URLs problem....

New development...

I've installed MojoPortal directly in the ROOT folder (not in a sub folder) and now, everything are OK !!!

Thanks.

Erik

You must sign in to post in the forums. This thread is closed to new posts.