info343/xml/.htaccess

Header unset Etag
FileEtag None
# Header set Cache-Control "no-cache"

RewriteEngine On
RewriteBase /works/info343/xml/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [S=2]
RewriteRule ^updates\.xml(\?section=.*)?$ updates.php$1 [QSA,L]
RewriteRule ^videos\.xml(\?section=.*)?$ videos.php$1 [QSA,L]
RewriteRule ^([^\.]+\.xml)\?_=\d+$ $1