The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Redirect help!

neilsingh

New Member
affiliate
Hi Guys,

I need some help setting up a redirect.

I want to redirect users from my old RSS feed to my feedburner account using htaccess

So I want to redirect:

/index2.php?option=com_rss&feed=RSS2.0&no_html=1

to

/index.php?format=feed&type=rss

Can anyone help?
 
upload a .htaccess file in Root of your domain and put these lines . hope so they will works.
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^/index2.php?option=com_rss&feed=RSS2.0&no_html=1 [nc]
rewriterule ^(.*)$ /index.php?format=feed&type=rss$1 [r=301,nc]


Web Development
 
banners
Back