Htaccess not working on apache 2.2.21

I have uploaded a website to a hostgator hosting server. It has instaled apache 2.2.21. I tested htaccess there by creating a simple htaccess code. But It’s not working :frowning: Please help
This is my testing folder on the server

http://50.116.99.27/~kmalith/testkm/

And here my simple basic htaccess code

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^dark-xy$ 345345333335.html

Any ideas?
Thanks

kason,

If you’ve looked in my signature’s tutorial Article, you’ll find the changes required to the httpd.conf (Apache2.conf on 'nix boxes) to enable mod_rewrite.

Regards,

DK