Error: Stats and Full Info URL

ugur2949

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

Files, "stats url and Full Info url" broken.. try pls www.downlium.com

Example Files:

Working: Download Url: http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7
Working: Delete Url: http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7~d?1a5b6be668e8be8c4bac060d754ee26f
Don't Work: Stats Url: http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7~s
Don't Work: HTML Code: <a href="http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7~i?1a5b6be668e8be8c4bac060d754ee26f" target="_blank" title="Download From Dosya Yükleme, Yedekleme ve Paylaşma Siteniz">download readme.html from Dosya Yükleme, Yedekleme ve Paylaşma Siteniz</a>
Working: Forum Code: http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7
Don't Working: Full Info: [Click] http://www.downlium.com/8e39247d0e6d40109eca1043fb236dd7~i?1a5b6be668e8be8c4bac060d754ee26f
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
What are you using in your .htaccess file? Can you paste the contents here.
 

ugur2949

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

Code:
RewriteEngine On
RewriteBase /
RewriteRule ^(.+)\~s$ http://www.downlium.com/$1~s [L]
RewriteRule ^(.+)\~i$ http://www.downlium.com/$1~i [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ^(.*) delete_file.php?u=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !\.html$
RewriteRule ^(.*) file_download.php?u=$1 [QSA,L]
RewriteRule ^(.*).html$ $1.php [QSA,L]
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
That's the one for external file servers. You need to use the one supplied with the core script zip download. If you can't see it your OS may be hiding files starting with a dot by default.