Forum Moderators: phranque

Message Too Old, No Replies

RemoveType, no SetType ?

         

anjanesh

6:27 pm on Dec 29, 2009 (gmt 0)

10+ Year Member



I had in my .htaccess
AddType application/x-httpd-php .html .xml

But I didnt want sitemaps.xml to be parsed by php.
So I added :
<Files sitemap.xml>
RemoveType .xml
</Files>

Is this the right way to do it ?
No SetType text/xml ?