Forum Moderators: phranque
I have recently enabled content negotiation and I am very happy about the whole thing. Still although I dont' have any problems with .html and image files (png, jpg), it doesn't seem to like extensionless .rss files. I have to refer to the rss file using the full url (including the .rss) otherwise it won't find the file. Is there any way to declare the rss filetype i.e. type="application/rss+xml" for Apache to understand it so I can refer to it without the .rss? In the .htaccess maybe. Is that possible?
Regards