Thursday 5 May 2011

Solution for MIME


//**Follow the Instruction**//:--

If your web site is running on linux server and want to make it stream windows media.Then you have to do following steps :<<


     Step. 1 >
 
First, you have to configure mime type in apache web server to recognize the windows media file .asx .


     Step. 2 >

Log on to linux server as a root, At the dollar prompt, type as following below

Change directory to etc folder
$ cd /etc

Edit mime.types file
$ vi mime.types


     Step. 3 >

Then press i at your keyboard to enter text below You can place this text below any where in the file mime.types.

Application/x-mplayer2 asx m3u


      Step. 4>

Then press Esc key.

      
     Step.5 >
 
Then press Shift key and colon key, You will see, it appears at the bottom of the file.

Type as below at colon prompt to quit and save

:wq

******************---------------------------------------------*********************

No comments:

Post a Comment