Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

redirect from HTTP to HTTP error


socom

Recommended Posts

It looks like you are using a commercial third party SEO URLs add-on, you should ask there for support.

https://www.oscommerce.com/forums/guidelines/

1. General Rules

  1. The information exchanged on the forum must relate to a product or service osCommerce provides. If you have a problem with a solution or service osCommerce does not provide, please refer to the relevant support of the solution or service provider involved.
Link to comment
Share on other sites

Yep sadly this module is no longer supported on support and been looking for a replacement but worried if we change it will be in different format and kill any links all ready 

Link to comment
Share on other sites

Yes, you are right to worry. If you want proper help getting from where you are now onto an addon that will be supported on the forums, you can ask for paid help by posting in:

https://www.oscommerce.com/forums/forum/79-commercial-support-inquiries/

A developer will be able to sort out your current problem if you give them access to the code and can quote you for moving to one of the other options and forwarding your urls from the old ones to the new.

Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released.

Looking for a payment or shipping module? Maybe I've already done it.

Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x

Link to comment
Share on other sites

Worth trying...go upstream of the addon and redirect all port 80 traffic to port 443 (https) in the Apache stack. Add this to your port 80/non-SSL Apache config file...

    RewriteEngine on
    RewriteCond %{SERVER_NAME} =socomtactical.net [OR]
    RewriteCond %{SERVER_NAME} =www.socomtactical.net
    RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

^^^^may not be exactly but I hope you know what I mean...oh, .htaccess may work, too...BTW, you do know that www and non-www are considered to be different urls?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...