1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-23 22:05:49 +00:00
Files
youtube-dl/latest/.htaccess
T

13 lines
316 B
ApacheConf
Raw Normal View History

RewriteEngine on
RewriteRule version - [T=text/plain]
2013-06-25 18:32:45 +02:00
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
2013-06-25 18:32:45 +02:00
Options +Indexes