Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

define file names


Guest

Recommended Posts

Posted

I just installed a new snapshot

 

//define filenames used in project

 

used to be in includes/application_top.php

 

Where is it now?

 

been searching, searced the boards, came up dry

Posted

close enough to point me in the right direction

 

actually is includes/filename.php

 

FYI

 

 

run from root with index.php:

 

rename

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

to

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

 

rename default.php in / and included/lan*/*/default.php

to

index.php

and thats that

Archived

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

×
×
  • Create New...