Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tegralens

Archived
  • Posts

    196
  • Joined

  • Last visited

Profile Information

  • Real Name
    Billy
  • Gender
    Male

tegralens's Achievements

  1. Did someone think of a way to use this with Register Globals OFF ?
  2. What happens is that since I cant get this one to work I will use another one that was working. Which is the Magneticone seo. But my Old site is still using the chemo seo which is working fine but I was not able to get it working correctly in the new site. That is why I asked if their is a limit in the htaccess file. I do know how to do the rewrite but what I am afraid of is the load time for the 301 rewrite for all my products.
  3. Does anyone know if it's possible to have about 1500 url 301 rewrites in the htaccess file ?
  4. Is that a . in front of the domain ? Is so why does it need it ? I tried the . in front if the domain name and still have the osCsid
  5. Here is my catalog/includes/configure.php file define('HTTP_SERVER', 'http://www.domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.domain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.domain.com'); define('HTTPS_COOKIE_DOMAIN', 'www.domain.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); //Added for BTS1.0 define('DIR_WS_TEMPLATES', 'templates/'); define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/'); define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/'); //End BTS1.0 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/username/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?>
  6. How can I also add a url like this www.domain.com/shop/pages.php?pID=6&CDpath=0 to be like the other ones ? example the new way just like the product url do with the product on the url in this case its the information page name.
  7. I did manage to fix it by forcing cookies. Should I have it enabled ?
  8. For some reason I cant get rid of my osCsid I am using Jack Version Ultimate SEO 2-2.2d-3 Any ideas ?
  9. Does this contrib work woth creloaded 6.2 b2b because I saw that the requirements said osCommerce, CRE Loaded, Zen Cart, or any other osC based solution Please let me know.
  10. Yes it looks like you cannot make the folder name to big because if not it does not create it even though the next screen says it does but after that screen you would receive another one with a error. I had posted here at the top on July 30 if anyone knew how to fix that problem, for now I have to put the folder names smaller.
  11. Does anyone know if it is posible to increase the size of the characters from 25 to maybe 40 ? I tried changing this line. size="25" maxlength="25" to size="40" maxlength="40" It created it but then I create the folder it says success but then I get this error. There isn't any mp3 folder for this product ! Clic the button below to create one . Folder will look like this : (Create Button) I click it and then I click the button and then get another error ROOT_FOLDER_ERROR What can I do to fix this?
  12. Does this work With Creloaded 6.2? I saw that deep-silver has a one to work with 6.15 but how about 6.2 ?
×
×
  • Create New...