HandyCache форум

Главная категория => English forum => Тема начата: truefriend-cz от 17 декабря 2012, 16:54:37



Название: two and many exceptions
Отправлено: truefriend-cz от 17 декабря 2012, 16:54:37
Hi. How i can add two and many exception to rule?
I have in "dont update" rule for all dond update with exception from facebook.
#5#~#False#~#.*#~#facebook\.com#~##~#

1. How can set rule for dont update for all webs and exception for facebook.com, web2.com, web3.com, and other?
2. How can set rule for dont update for all webs and exeptions for file type.. .html, .php, .asp, etc.?

Thanks
sorry my bad english


Название: Re: two and many exceptions
Отправлено: mai62 от 17 декабря 2012, 17:03:42
1. Put to Exception column
facebook\.com|web2\.com|web3\.com
2. Put to Exception column
^[^?]+\.(html|php|asp)(\?|$)


Название: Re: two and many exceptions
Отправлено: truefriend-cz от 18 декабря 2012, 02:15:04
Very thanks. :thanks:
How i can combination website and filetype in one line?
This is ok?..
facebook\.com|web2\.com|web3\.com|^[^?]+\.(html|php|asp)(\?|$)


Название: Re: two and many exceptions
Отправлено: mai62 от 18 декабря 2012, 02:42:07
^(facebook\.com|web2\.com|web3\.com).*\.(html|php|asp)(\?|$)


Название: Re: two and many exceptions
Отправлено: truefriend-cz от 20 декабря 2012, 00:39:43
Thank its work.

How this line use format for White list (rule)?
^(facebook\.com|web2\.com|web3\.com).*\.(html|php|asp)(\?|$)


Название: Re: two and many exceptions
Отправлено: mai62 от 20 декабря 2012, 01:59:03
You can write in the Rule column
^(facebook\.com|web2\.com|web3\.com).*\.(html|php|asp)(\?|$)