Redirect web sites on address

I use Mikrotik RB600.
Using the web proxy of mikrotik i need to redirect requested pages like http://www.example.it to 192.168.1.55.
it works with http://www.example.it/example.php (for example) but if i write http://www.google.it/example it doesn’t work!

i add a new rule in web proxy access writing:
src-address =192.168.2.0/24
dst-address= 0.0.0.0/0
dst port= 0-65535
path= .
action=deny
redirect to= 192.168.1.55:80

and it works with http://www.example.it/example.php but not with http://www.example.it/example

which value should i put in path field to redirect ALL PAGES (http://www.example.it , http://www.example.it/example and http://www.example.it/example.php )to 192.168.1.55?

Thank you very much!