Ask your ISP to let you add this through an .htaccess file with a
ForceType directive. Not sure how much they will have to open up the
AllowOverrides setting for you, mine just sets it to All.
<FilesMatch "*.xml$">
ForceType application/rss+xml
</FilesMatch>
<FilesMatch "*.rdf$">
ForceType application/rss+xml
</FilesMatch>
Walter
On Oct 30, 2003, at 10:27 AM, Rob Stearn wrote:
Aaaah you see, there lies the problem.
To make the document appear as the right document type i have to add
a line to Apache, in the .conf file, that reads:
AddType application/rss+xml .rdf .xml
However, as I said in my original post, I can't amend the
configuration of the hosting companies webserver in such a way.
On Oct 29, 2003, at 22:57, email@hidden wrote:
email@hidden
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.