For those who are struggling with Mod_rewrite on GoDaddy hosting. There are many problems with this one. I want to use url redirect function by editing the .htaccess file. It works only the first time, however after that the .htaccess file changes back to the original without any changes.
After searching and digging with Mod_rewrite and .htaccess file. I finally come to a solution:
I added the following line:
Options +FollowSymlinks -Multiviews
And the redirect line.
Notes: If there's no change with url redirect. You can edit the permission of the .htaccess file Read and Execute only.