Announcement

Collapse
No announcement yet.

Force https question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Force https question

    I configured a site to https. I am forcing https in htaccess. Everything works until I enter the domain name in address as domain.com with the https. The landing page no resolves to:

    https://domain.com/mm5/uri.mvc?

    This destination was entered into htaccess by Miva (as default?) like this:

    RewriteRule ^(.*)$ /mm5/uri.mvc? [QSA,L]

    So, this is wrong in my view...not that it ends up here but that the landing page doesn't end up at SFNT.

    Two questions: should there be "force https" instructions in htaccess?
    second, if first is true, what do I need to do in URI management?

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    #2
    Are you seeing uri.mvc in your browser, or you realized the content being served is the same as what you'd get from uri.mvc?

    That rewriterule is part of URI management and is an internal call to uri.mvc if the request is for non-existent files, so it should not be seen in the browser. You may, however, need to designate SFNT as your store's default page so it gets served, if using the store as an index page.
    David Hubbard
    CIO
    Miva
    [email protected]
    http://www.miva.com

    Comment


      #3
      Thanks David. That would be a DirectoryIndex or something else to make the default SFNT?

      Using the Directoryindex seems to work nicely.
      Last edited by ids; 04-05-17, 12:04 PM. Reason: I think I figured it out!
      Need to offer Shipping Insurance?
      Interactive Design Solutions https://www.myids.net
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      Competitive Rates, Custom Modules and Integrations, Store Integration
      AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
      My T-shirt Collection is mostly MivaCon T-shirts!!

      Comment

      Working...
      X