I found your feed fine, here:
http://www.thehistorybluff.com/?feed=rss2
If that's not what you had in mind, do this:
Open up your FTP browser, go to your root folder (typically your /public_html/ folder). Look for a file called ".htaccess". If it doesn't exist, create one.
If it exists...
Open it, look for this line "RewriteEngine On"
If it doesn't exist...
Create one. Add this line to the top
RewriteEngine On.
----
When you've done that, add this to the file:
RewriteRule ^feed$ index.php?feed=rss2
Save it. That should do the trick.
If it doesn't work let me know.