I want to send my RSS/Atom feeds with the correct Content-type header, can I do this without access to PHP or any other server-side language? The goal is for the browser to treat the file as a feed and not just a plain XML file.
|
|
You can tell the server to send that specific file with a specific media type. Apache has the
You can use |
|||
|
|
|
|
If your RSS/ATOM feed has a specific extension, or is served from a specific dorectory, I suppose you could use Apache's AddType directive, so Apache would serve your RSS feeds with the right content-type :
And, for ATOM, something like this, probably :
|
||
|
|
