Forums

Redirect posts feed comment page to my home-page using HTACCESS file (1 post)

  1. riversatile
    Member
    Posted 8 months ago #

    Hi,

    Using my .HTACCESS file, I would like to redirect users from the URLs http://www.riversatile.fr/AllMyPostURL/feed (comment feed page for each post) to my home-page http://www.riversatile.fr/.

    Because I don't want to use posts Feed comments page but leave site feed enabled and available at http://www.riversatile.fr/feed/

    I tried to do that with this lines but I can not :

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^feed/$ http://www.riversatile.fr [R=301,NC,L]
    </IfModule>

    Thanks fo your help !

Reply

You must log in to post.

About this Topic