To Gamerz,
I had added this plugin to my blog, followed the directions but for some reason kept getting a 500 internal server error page. =( I’m using (nice) permalinks on the blog. Added this like you said in the readme.txt:
/ Go to Manage > Files > Common -> .htaccess (for rewrite rules)
// Note: If you ARE using nice permalink url
Find:
——————————————————————
# END WordPress
——————————————————————
Add Below It:
——————————————————————
RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ <BLOG URL>/wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
——————————————————————
Shouldn’t that be up above the </IfModule> # END WordPress line? I was just curious… I did that via the control panel, then when that failed..I tried it manually and uploaded the same .htaccess file with the changes and still the 500 internal errors. =( I had done all the other stuff as posted in the ReadMe.txt file as well. I then just took out the plugin all together.
Also, even while at your site looking through the comments for the plugin, someone that had the 500 error as well said something about a fix, but didn’t really explain how to do it. Any suggestions maybe?….thanks. =)
spencerp