I can upload, but 404 error when going to file link.

dannyn2963497

New Member
YetiShare User
Jan 20, 2014
5
0
0
On my site, I can upload a file easily. Although the link it provides goes to a 404 error, which is weird. Any one experienced this and know how to fix it?
 

kontakt3661

New Member
YetiShare User
Feb 25, 2014
2
0
0
I have the same problem. .htaccess file uploaded.
Check functionality at: http://xgate.pl/xshare/

Any ideas?
 

izora

New Member
YetiShare User
Feb 22, 2014
9
0
0
38
Configure in :
_config.inc.php
Code:
define("_CONFIG_SITE_HOST_URL", "xgate.pl/xshare");
define("_CONFIG_SITE_FULL_URL", "xgate.pl/xshare");

define("_CONFIG_SITE_FILE_DOMAIN",      _CONFIG_SITE_FULL_URL);

/* server paths */
define("_CONFIG_SCRIPT_ROOT",           dirname(__FILE__));
define("_CONFIG_FILE_STORAGE_PATH",     _CONFIG_SCRIPT_ROOT . '/files/'); 

/* 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 */
 

nico3202

New Member
YetiShare User
Nov 5, 2013
12
0
0
Same issue here on larger files.
Small files (5mb) works ok.

Im using the FTP to other server option