Results 1 to 4 of 4

Thread: Redirects all my feed to Feedburner

  1. #1
    Thread Starter
    Amateur vmaia's Avatar
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Redirects all my feed to Feedburner

    Hello,

    In the JobRoller theme i identify various rss feed.

    What is the best practice to redirect all my feeds to feedburner?

    I read in the forum that a new code in the .htaccess could be a good practice.

    My .htaccess have the next code?

    PHP Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase 
    /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteRule 
    . /index.php [L]
    </
    IfModule>

    # END WordPress 
    What could be the final code to redirect to feedburner with the .htaccess file?

    Thank you

    Vítor

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Amateur vmaia's Avatar
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Amateur vmaia's Avatar
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Feedburner problem
    By belleauwood in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: December 9th, 2010, 02:51 PM
  2. Can not burn a feed with the feedburner
    By the1stco in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: October 24th, 2010, 03:02 PM
  3. Benefits of Feedburner
    By sarge in forum ClassiPress General Discussion
    Replies: 6
    Last Post: August 19th, 2009, 02:54 PM
  4. Feedburner Question
    By jschodde in forum WordPress General Discussion
    Replies: 0
    Last Post: July 17th, 2009, 01:33 PM