I tried that and now get: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
This is the entire htaccess file:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^LochNessTony/ https://www.loch-ness.com/lochnesstony/$1 [R=301,L] </IfModule>
AuthGroupFile /home/users/web/b2088/as.lochnesscom/_vti_pvt/service.grp
I added your code after the last </limit> bracket