Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing from default.php to index.php in main shop


tward

Recommended Posts

Posted

Hello,

 

I'm renamed the default.php to index.php so that it would load when you go to /shop. I noticed last night that now when you successfully sign-up for a new account the continue button links to default.php.

 

Is there an easy way to change the links shop wide from default.php to index.php?

 

Thanks!!

 

Tim

Posted

Hi Tim

 

Did you remember to change the name in this line in either filenames.php (new snapshot) or application_top.php (MS1 and before):

  define('FILENAME_DEFAULT', 'default.php');

to

  define('FILENAME_DEFAULT', 'index.php');

 

HTH

Best Regards

olby

Posted

Nope.. I'm not sure where to change it.. could you tell me what file I would need to edit in order to make the change?

 

Thanks!!

 

Tim

Posted

Tim, he did:

In either filenames.php (new snapshot) or application_top.php (MS1 and before)

- - - -

Sometimes, ignorance is bliss.

Posted

ha! Ooops... I really need to stop doing important stuff when it's really late at night!

Archived

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

×
×
  • Create New...