I have a Wordpress installation that uses permalinks, using mod_rewrite:
mysite.com/wp/post?id=3 becomes mysite.com/cats/furrycat
Now I want to prevent visitors to see posts in mysite.com/notes/
. This folder does not exist, as it's just a wordpress category.
How can I block access to /notes/
in the root .htaccess?