To begin, go to your root directory and open the.htaccess file (Hint: same folder where wp-config.php is located). Then paste the following code into the box:
1
2
3
4
5
6
|
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC] RewriteRule ^feed/?([_0-9a-z-] )?/?$ http: //feeds.feedburner.com/wpbeginner [R=302,NC,L] </IfModule> |