Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Back button prob?


Recommended Posts

Hi

 

Well here's a cracker of a problem, and I have absolutley no idea of even where to start looking.

I just ammended the configure.php file so as when someone logs in etc a secure server is used

 

define('HTTP_SERVER', 'http://www.grandpas.co.nz');
  define('HTTPS_COOKIE_DOMAIN', 'https://skyhawk.mysecure.co.nz');

 

, however alls good until clicking on a product then clicking the  "reviews" button, the problem starts when clicking the "Back" button on the reviews page. I get this message

 

Not Found

The requested URL /~grandp/BS234master/4master/product_info.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 Server at www.grandpas.co.nz Port 80

ie. http://www.grandpas.co.nz/~grandp/BS234master/product_reviews.php?products_id=424 then the "Back" button
If I leave the configure.php as "standard" there's no problem
Anyone any thoughts on this little curly one.

I am using the latest version from burts gitHub

Many thanks
Grandpa

Link to comment
Share on other sites

Are you sure you have the right path for HTTP_SERVER? A username like ~grandp is usually part of the path only for a shared SSL (your HTTPS_SERVER). Anyway, try

define('HTTP_SERVER', 'http://www.grandpas.co.nz');
Link to comment
Share on other sites

@@MrPhil

 

Hi Phil

 

Yep, tried that No difference. The site at the moment is both in a sub directory and using a shared cert.

 

Its rather strange a problem.

 

Cheers

 

John

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...