Advanced Stream Redirector (asx) is designed to store a list of
Windows Media files to play during a multimedia presentation.Due to its nature
it is not available for Linux OS. http://en.wikipedia.org/wiki/Advanced_Stream_Redirector
Allow .asx files in Plesk for Linux
Impossible?
The answer is NO. It is possible. With just a little tweaking, you can attain your goal.
The solution:
1. Locate the domains conf directory. It is usually under the /home/httpd/vhosts/domain/ directory.
2. Look for the httpd.include file. Open the file using your favorite text editor. E.g. vi
3. Add the line:
AddType video/x-ms-asf asf asx
Restart the http service (/etc/init.d/httpd restart or service httpd restart), test and you should now have a working .asx file under Linux.
0 comments
Post a Comment