 | Server Side Includes | |
 |
On our servers, you can use Server-Side Includes (SSI) in any file with a .shtml extension.
You can over-ride this requirement and use SSI in .html files by following these instructions:
Create a plain text file named ".htaccess" in the directory |
|
 |
 | How can I stream my Real Audio? | |
 |
First, add the following MIME types
AddType audio/x-pn-realaudio .ram
AddType audio/x-pn-realaudio .rm
Then create a meta file named filename.ram with the following content:
http://yourdomain.com/musicdir/filename.rm
|
|
 |