Not Found Error

ugur2949

New Member
YetiShare User
Aug 30, 2013
55
0
0
34
Turkey
www.sistemduragi.com
Hi,

I am a new customer, i get an error after installation.

Example Links:

http://downlium.com/faq.html

http://downlium.com/71db3d9c30f11ce9~i?17d68a10425322a4ac0f07bc3f4b87f2 (file link)

Why error?

Help me pls, Thanks
 

ugur2949

New Member
YetiShare User
Aug 30, 2013
55
0
0
34
Turkey
www.sistemduragi.com
Changed but still the same, please try www.downlium.com

or click http://www.downlium.com/ac183d51a610f8e13a5c741ad7e30619 and 404 not found

My _config.inc.php

Code:
<?php

/* main configuration file for script */
define("_CONFIG_SITE_HOST_URL", "www.downlium.com");  /* site url host without the http:// and no trailing forward slash - i.e. www.mydomain.com or links.mydomain.com */
define("_CONFIG_SITE_FULL_URL", "www.downlium.com");  /* full site url without the http:// and no trailing forward slash - i.e. www.mydomain.com/links or the same as the _CONFIG_SITE_HOST_URL */

/* database connection details */
define("_CONFIG_DB_HOST", "******");  /* database host name */
define("_CONFIG_DB_NAME", "*****");    /* database name */
define("_CONFIG_DB_USER", "****");    /* database username */
define("_CONFIG_DB_PASS", "***");    /* database password */

/* set these to the main site host if you're using direct web server uploads/downloads to remote servers */
define("_CONFIG_CORE_SITE_HOST_URL", "www.downlium.com");  /* site url host without the http:// and no trailing forward slash - i.e. www.mydomain.com or links.mydomain.com */
define("_CONFIG_CORE_SITE_FULL_URL", "www.downlium.com");  /* full site url without the http:// and no trailing forward slash - i.e. www.mydomain.com/links or the same as the _CONFIG_SITE_HOST_URL */

define("_CONFIG_SCRIPT_VERSION", "3.3");    /* script version */

/* show database degug information on fail */
define("_CONFIG_DB_DEBUG", true);    /* this will display debug information when something fails in the DB - leave this as true if you're not sure */

/* server paths */
define("_CONFIG_SCRIPT_ROOT",           dirname(__FILE__));
define("_CONFIG_FILE_STORAGE_PATH",     _CONFIG_SCRIPT_ROOT . '/files/');     /* location on your server to store file uploads */

/* the url of the domain to download files from, only change if you plan on using a different domain to link to your files */
define("_CONFIG_SITE_FILE_DOMAIN",      _CONFIG_SITE_FULL_URL);  /* url without the http:// and no trailing forward slash */

/* toggle demo mode */
define("_CONFIG_DEMO_MODE", false);    /* always leave this as false */

/* which protcol to use, default is http */
define("_CONFIG_SITE_PROTOCOL", "http");