Hi, I want to redirect my website to a new domain.
But nothing is happening even after uploading .htaccess file with this code at the root of my old domain.
Please tell me if I am doing something wrong.
Subpages have same urls as mentioned below.

Options +FollowSymLinks
RewriteEngine on
Redirect 301 / http://www.MyNewDomain.com
Redirect 301 /index.php http://www.MyNewDomain.com
Redirect 301 /event.php http://www.MyNewDomain/events.html
Redirect 301 /book_online.php http://www.MyNewDomain/online-booking.html
Redirect 301 /contact.php http://www.MyNewDomain/contact-us.html

Thanks!