menu group="Web Services"; title="Forbidden" >
This lame example is just here to tell you that the web-server tried to read a file that it isn't allowed to read. (I set it that way for this demo.)
You'll notice that the URL on your browser (if you can see it) points to the file you tried to read (http://www.baremetal.com/gadgets/htaccess/noread.html) and not this error message (which is at: http://baremetal.com/gadgets/htaccess/forbidden.html). That is because this is an INTERNAL redirect (it did NOT have the http://hostname.com/ prefix).