Knowledge Base


Knowledge Base / XFilesharing Pro / Troubleshooting

Some files are getting played instead of being downloaded

08/19/2014 06:34 AM
Question

Answer

You need to ensure that Apache's 'mod_headers' is enabled.

The way to do that may be depending on your operating system, and generally you have to execute the following commands from SSH (root access is required):

a2enmod headers
apache2 -k graceful