I am making a .htaccess file with various mod_rewrite rules. At the moment, one of my rules is
RewriteRule ^blog /directorypath/index.php [L]
http://www.example.com/blogfjdkkfnfdjn, it still loads the blog page.
Basically, I am looking for the regex for it to load the blog when JUST `/blog` is typed in and nothing else