���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/sharefilefree/ |
<ifModule mod_xsendfile.c> #uncomment setenv line if XSendFileshould be enabled #setenv XSendFile enabled #uncomment XSendFileAllowAbove for XSendFile versions lower 0.10, otherwise set XSendFilePath in the virtual host's conf #XSendFileAllowAbove On XSendFile on </ifModule> #php_value upload_max_filesize 150M #php_value post_max_size 150M RewriteEngine on #RewriteBase / #download site RewriteRule ^download/([a-z0-9]+)\.html$ download.php?key=$1&%{QUERY_STRING} #preview image RewriteRule ^download/([a-z0-9]+)\.jpg$ preview.img.php?key=$1&%{QUERY_STRING} #download files RewriteRule ^files/([a-z0-9]+)\..*$ files.php?key=$1&%{QUERY_STRING} #deletion site RewriteRule ^delete/([a-z0-9]+)\.html$ delete.php?key=$1&%{QUERY_STRING} RewriteRule ^delete_confirm/([a-z0-9]+)\.html$ delete_confirm.php?key=$1&%{QUERY_STRING} #grouped files RewriteRule ^filesgroup/([a-z0-9]+)\.html$ filesgroup.php?key=$1 #captcha image RewriteRule ^img/cap1.png$ cpc/captcha.php?%{QUERY_STRING} #please use your absolute WEB directory #ErrorDocument 404 /sfs-3.5/notfound ErrorDocument 404 /sfs-3.56/notfound RewriteRule ^notfound$ notfound.php ErrorDocument 403 "<!DOCTYPE html><head><title>404 - File no found!</title><link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css' type='text/css' /><style type='text/css'>body{background: #dedede;padding-top:120px}</style></head><body><div class='page-wrap d-flex flex-row align-items-center'><div class='container'><div class='row justify-content-center'><div class='col-md-12 text-center'><span class='display-1 d-block'>403</span><div class='mb-4 lead'><strong>Forbidden</strong><br />You don't have permission to access this resource.</div><a href='/' class='btn btn-outline-primary'>Back to Home</a></div></div></div></div></body></html>" #new short key download urls - has to be below other definitions RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z2-9]{5,})$ download.php?shortkey=$1&%{QUERY_STRING} Options -Indexes #If you are running in troubles with the mod_rewrite - such as godaddy host # more on https://codecanyon.net/item/simple-file-sharer/4562987/faqs/16333 #Options -MultiViews #or #Options +FollowSymLinks -MultiViews