2017-06-02 13:19:41 +00:00
|
|
|
# redirect to download links
|
2017-06-03 10:56:09 +00:00
|
|
|
redirect 302 /files/FileBot_Subtitles.pkg https://downloads.sourceforge.net/project/filebot/filebot/LATEST/FileBot_Subtitles.pkg
|
2017-06-02 13:19:41 +00:00
|
|
|
redirect 302 /files/ https://downloads.sourceforge.net/filebot/
|
|
|
|
|
2017-06-10 09:45:13 +00:00
|
|
|
# redirect to store
|
|
|
|
redirect 302 /windows/purchase.html https://www.microsoft.com/en-us/store/p/filebot/9nblggh52t9x?cid=purchase
|
|
|
|
redirect 302 /mac/purchase.html https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=purchase
|
|
|
|
|
2017-03-04 07:13:55 +00:00
|
|
|
# redirect donate page
|
2017-05-21 20:05:03 +00:00
|
|
|
redirect 302 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rednoah%40filebot%2enet&lc=US&item_name=FileBot%20Support¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
2017-03-04 07:13:55 +00:00
|
|
|
|
|
|
|
# redirect to support pages
|
|
|
|
redirect 302 /amc.html https://www.filebot.net/forums/viewtopic.php?f=4&t=215
|
|
|
|
redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
2016-09-25 17:33:36 +00:00
|
|
|
redirect 302 /report.html https://www.filebot.net/forums/viewforum.php?f=6
|
2016-10-20 16:31:19 +00:00
|
|
|
redirect 302 /help.html https://www.filebot.net/forums/viewtopic.php?f=5&t=1868
|
2017-03-04 07:13:55 +00:00
|
|
|
redirect 302 /support.html https://www.filebot.net/forums/viewforum.php?f=8
|
2017-03-04 07:03:23 +00:00
|
|
|
redirect 302 /windows/support.html https://www.filebot.net/forums/viewforum.php?f=10
|
2016-09-25 17:33:36 +00:00
|
|
|
redirect 302 /mac/support.html https://www.filebot.net/forums/viewforum.php?f=12
|
|
|
|
redirect 302 /mac/subtitles.html https://www.filebot.net/forums/viewtopic.php?f=12&t=3350
|
|
|
|
redirect 302 /mac/brew.html https://www.filebot.net/forums/viewtopic.php?f=4&t=2049
|
2016-09-29 11:00:58 +00:00
|
|
|
redirect 302 /syno/support.html https://www.filebot.net/forums/viewforum.php?f=13
|
2017-06-08 09:07:14 +00:00
|
|
|
redirect 302 /syno/manual.html https://www.filebot.net/forums/viewtopic.php?f=13&t=1802
|
2016-09-29 09:55:33 +00:00
|
|
|
redirect 302 /channel.html https://discord.gg/cKVvZ2S
|
2017-03-04 07:13:55 +00:00
|
|
|
|
2014-03-20 15:30:54 +00:00
|
|
|
|
2017-06-02 08:16:54 +00:00
|
|
|
# redirect forums links
|
2017-06-02 08:33:31 +00:00
|
|
|
redirect 302 /forums/rules.php https://www.filebot.net/forums/viewtopic.php?f=5&t=1868
|
|
|
|
redirect 302 /forums/faq.php https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
2017-06-03 09:42:15 +00:00
|
|
|
redirect 302 /forums/help/faq https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
2017-06-02 17:48:46 +00:00
|
|
|
|
|
|
|
|
2017-06-07 15:22:39 +00:00
|
|
|
# disable directory index
|
|
|
|
Options -Indexes
|
|
|
|
|
|
|
|
|
2017-06-02 17:48:46 +00:00
|
|
|
# cache static resources
|
|
|
|
ExpiresActive on
|
|
|
|
|
|
|
|
ExpiresByType text/plain "access plus 1 week"
|
|
|
|
ExpiresByType text/css "access plus 1 week"
|
|
|
|
ExpiresByType application/javascript "access plus 1 week"
|
|
|
|
ExpiresByType application/json "access plus 1 week"
|
|
|
|
ExpiresByType application/xml "access plus 1 week"
|
|
|
|
ExpiresByType image/svg+xml "access plus 1 week"
|
|
|
|
ExpiresByType image/png "access plus 1 week"
|
|
|
|
ExpiresByType image/gif "access plus 1 week"
|
|
|
|
ExpiresByType image/png "access plus 1 week"
|
|
|
|
ExpiresByType application/x-xz "access plus 1 week"
|
|
|
|
ExpiresByType image/x-icon "access plus 1 year"
|