I have written a number of redirects into my .htaccess file for my site. They all work but I cannot get the home page to redirect. I have tried everything but no matter what I try it just will not redirect. The latest that I've tried is as follows:

  #custom redirects

  RewriteRule   ^/$  /newpath  [R=301]
  
  #end custom redirects

Is there something I'm missing or is there something else in the .htaccess file that is preventing this one line from being used?

Any help is greatly appreciated because I'm pulling my hair out and going bald quickly ...thanks!