How to add a 301 redirect to a wordpress blog? Is there a plug in or a code to put into the code.php or .htaccess
Just google 301 redirect and you'll find plenty of "put what you want to redirect from and to" example for you to paste directly into a .htaccess. In the future, if you are more specific you may get a recommendation from the first response, rather than be greeted with a question, as 301 redirects aren't something difficult, it would actually be easier to just provide you with the code to paste than try to ask questions about what you're doing.
I want a 301 redirect like this http://critic..net to http://www.critic..net Usually when I ask for the code I don't get it so it depends who's around to answer the question. You can not satisfied all ppl and sometimes it helps to do step by step complete details to get what your looking for..I could go on but I won't. Anyway, thanks for your input. I found the code and its working Great!
use your .htaccess instead of a plugin but if you want a plugin use: http://fucoder.com/code/permalink-redirect/ I prefer to use the .htaccess option instead