Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Incorrect link for logi in / register


feettherapy

Recommended Posts

Posted

Can anyonen help.

 

i have just set it up today and fianlly got it up

 

now the home page sign in / register link sends me to incorect URl

 

How do i change this.

 

I am brand new to the e shop idea and really dont understand php as i use design view in dreamweaver....

 

Is there any way of using that rather editing php file

 

Please some one help.

 

Matthew

Posted

The most common reason would be you enabled SSL at install but in fact have no SSL coverage.

 

Look at the URL of the pages that do not work.

 

If they begin with https (NOTE the S!) then disable SSL in the /catalog/includes/configure.php file like this:

 

 define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure?

 

If you have the https url it will say this:

 

 define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...