Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

my pages dont work!! help please


Guest

Recommended Posts

Posted

hi all,

i have a alot of pages that dont work (Page cannot be found).

These include:

login.php

create_account.php

 

all of the php files to do with accounts or checkout arent working via the links

 

can someone help me fix this asap please.

thanks.

Posted
hi all,

i have a alot of pages that dont work (Page cannot be found).

These include:

login.php

create_account.php

 

all of the php files to do with accounts or checkout arent working via the links

 

can someone help me fix this asap please.

thanks.

 

i've found the problem...

when i click the link to 'create an account' or 'login' or whatever, it links to the website https://enigmaauto.com/create_account.php note the httpS?

 

when i delete the 's' > http://enigmaauto.com/create_account.php it seems to work fine.

why is it linking to https? and how do i change it?

Posted
i've found the problem...

when i click the link to 'create an account' or 'login' or whatever, it links to the website https://enigmaauto.com/create_account.php note the httpS?

 

when i delete the 's' > http://enigmaauto.com/create_account.php it seems to work fine.

why is it linking to https? and how do i change it?

 

The S is for security (you'd need a secure site certificate to encrypt your customers' data).

 

Otherwise, you can go into catalog/includes/configure.php and edit the line that is similar to:

define('HTTPS_SERVER','https://www.yourdomainhere.com');

 

into:

 

define('HTTPS_SERVER','http://www.yourdomainhere.com');

 

 

Hope that helps!

Posted
The S is for security (you'd need a secure site certificate to encrypt your customers' data).

 

Otherwise, you can go into catalog/includes/configure.php and edit the line that is similar to:

define('HTTPS_SERVER','https://www.yourdomainhere.com');

 

into:

 

define('HTTPS_SERVER','http://www.yourdomainhere.com');

Hope that helps!

 

 

thanks for the help.

how do i get a secure site certificate?

Archived

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

×
×
  • Create New...