2013-10-17 07:39:12 +00:00
|
|
|
# redirect donate.html to paypal
|
2013-03-09 17:15:46 +00:00
|
|
|
redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z8JHALZ4TXGWL&lc=US&item_name=FileBot%20Media%20Renamer¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
|
|
|
|
2014-03-20 15:30:54 +00:00
|
|
|
|
2013-10-17 07:39:12 +00:00
|
|
|
# redirect filebot.sourceforge.net to www.filebot.net
|
2014-03-20 15:30:54 +00:00
|
|
|
RewriteEngine on
|
|
|
|
|
2014-03-18 15:36:38 +00:00
|
|
|
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
|
|
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
2013-10-17 07:39:12 +00:00
|
|
|
|
2014-03-20 15:30:54 +00:00
|
|
|
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
|
|
|
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
|
|
|
|
2014-03-24 15:30:59 +00:00
|
|
|
# RewriteCond %{HTTP_HOST} =www.filebot.net [NC]
|
|
|
|
# RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/master/$1 [R=301,L]
|
2014-03-20 15:30:54 +00:00
|
|
|
|
|
|
|
|
2013-10-17 07:39:12 +00:00
|
|
|
# compress text, html, javascript, css, xml
|
|
|
|
AddOutputFilterByType DEFLATE text/plain
|
|
|
|
AddOutputFilterByType DEFLATE text/html
|
|
|
|
AddOutputFilterByType DEFLATE text/xml
|
|
|
|
AddOutputFilterByType DEFLATE text/css
|
|
|
|
AddOutputFilterByType DEFLATE application/xml
|
|
|
|
AddOutputFilterByType DEFLATE application/xhtml+xml
|
|
|
|
AddOutputFilterByType DEFLATE application/rss+xml
|
|
|
|
AddOutputFilterByType DEFLATE application/javascript
|
|
|
|
AddOutputFilterByType DEFLATE application/x-javascript
|