Based on the version of the control panel you're using the procedure will vary:
PLESK 7.5.x for Windows
web10.3essentials.com
1. Login to PLESK
2. Click Your Domain
3. Click the Web Directory Icon
From this screen you can add your MIME Type
PLESK 7.0.x for Windowsweb6.3essnentials.com, web8.3essentials.com
1. Login to PLESK
2. Click your Domain
3. Click the MIME Icon
Below are some currently documented MIME Types. The format is Extension ==> Content. Enter these in the appropriate fields in PLESK. If the content type is not listed in the drop down menu, use the custom setting from the drop down menu.
Flash Video via Flash Player
Embedded video (requires SWF)
Progressive download (requires SWF and FLV)
Streaming video (requires SWF and FLV)
.flv ==> video/x-flv
.swf ==> application/x-shockwave-flash
For programming WAP Pages.wml ==> text/vnd.wap.wml
.wbmp ==> image/vnd.wap.wbmp
.wmls ==> text/vnd.wap.wmlscript
MIME Content Extensions and Types
Extension: wml
Content Type: text/vnd.wap.wml
Extension: wbmp
Content Type: image/vnd.wap.wbmp
Extension: wmls
Content Type: text/vnd.wap.wmlscript
Below is an example .wml file. Note, this file will only display on wml enabled phones, PC Browsers may not view the file correctly, instead the browser will want to download the file.
File Name: test.wml
Contents:
PHP Code:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="Card1" title="Sample ">
<p>
A Sample Page
</p>
</card>