Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Download not functions


revenue27

Recommended Posts

Posted

Why My download link not working it said like this

 

Not Found

 

Not Found

 

The requested URL /pub/.exsdidbsepnmvjyv/myproduct.zip was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

Please Help me ???

Posted

Here is the configure.php

 

<?php /* */

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

 

 

// add your database and website details to the variables below

 

define('DB_SERVER_USERNAME', '***********');

// your username that you use to log into your web server

define('DB_SERVER_PASSWORD', '*******');

// your password that you use to log into your web server

define('DB_DATABASE', '*******');

// your database

define('DIR_FS_CATALOG', '/home/myscript/public_html/');

 

define('HTTP_SERVER', 'http://www.myscript.com');

define('HTTP_COOKIE_DOMAIN', 'myscript.com');

// do not include the www

 

define('DB_SERVER', 'localhost');

 

 

 

// you do not need to change anything below

 

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

 

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

 

define('HTTPS_COOKIE_DOMAIN', '');

 

define('HTTP_COOKIE_PATH', '/');

 

define('HTTPS_COOKIE_PATH', '');

 

define('DIR_WS_HTTP_CATALOG', '/');

 

define('DIR_WS_HTTPS_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/');

 

 

define('HTTPS_SERVER', '');

define('ENABLE_SSL', false);

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

The download link show but when i click it say like this

 

Not Found

 

The requested URL /pub/.exsdidbsepnmvjyv/myproduct.zip was not found on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Archived

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

×
×
  • Create New...