Guest Posted June 15, 2015 Share Posted June 15, 2015 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 80ie. http://www.grandpas.co.nz/~grandp/BS234master/product_reviews.php?products_id=424 then the "Back" buttonIf I leave the configure.php as "standard" there's no problemAnyone any thoughts on this little curly one. I am using the latest version from burts gitHub Many thanksGrandpa Link to comment Share on other sites More sharing options...
MrPhil Posted June 15, 2015 Share Posted June 15, 2015 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 More sharing options...
Guest Posted June 15, 2015 Share Posted June 15, 2015 @@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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.