What file types are allowed?
I put an * for file types so that anything would be allowed but no .mp3 files are allowed?
I even tried to specify that .mp3 was the only file to be allowed but that didn't work either?
php_value post_max_size 100M
php_value upload_max_filesize 100M
<Files *.dfh>
order allow,deny
deny from all
</Files>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/?$ download.php?file=$1 [L]
Directive Local Value Master Value
post_max_size 10M 10M
upload_max_filesize 10M 10M
Return to Daddy's File Host v1.X
Users browsing this forum: No registered users and 6 guests