mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
* update web
This commit is contained in:
parent
dfce5bf37e
commit
8c7d6985c5
@ -5,15 +5,14 @@ redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&b
|
|||||||
# redirect filebot.sourceforge.net to www.filebot.net
|
# redirect filebot.sourceforge.net to www.filebot.net
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
||||||
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
|
||||||
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
|
||||||
|
|
||||||
RewriteCond %{HTTP_USER_AGENT} !filebot [NC]
|
|
||||||
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
||||||
RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/devel/$1 [R=301,L]
|
RewriteRule ^scripts\/(.*)$ https://github.com/filebot/scripts/blob/devel/$1 [R=301,L]
|
||||||
|
|
||||||
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
RewriteCond %{HTTP_HOST} =filebot.net [NC]
|
||||||
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
RewriteRule ^(.*)$ https://www.filebot.net/$1 [R=301,L]
|
||||||
|
|
||||||
|
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
||||||
|
RewriteRule ^(.*)$ https://www.filebot.net/$1 [R=301,L]
|
||||||
|
|
||||||
|
|
||||||
# compress text, html, javascript, css, xml
|
# compress text, html, javascript, css, xml
|
||||||
|
@ -7,3 +7,6 @@ Disallow: /forums/faq.php
|
|||||||
|
|
||||||
User-agent: TurnitinBot
|
User-agent: TurnitinBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Yandex
|
||||||
|
Disallow: /
|
||||||
|
Loading…
Reference in New Issue
Block a user