Forum Moderators: phranque

Message Too Old, No Replies

please help with redirect /*.*/abc.html to ?format=feed&type=rss

please help with redirect /folder/abc.html to?format=feed&type=rss

         

tony_tran

8:18 pm on May 21, 2010 (gmt 0)

10+ Year Member



Please some one help me to do this with: htaccess files


- i would like to Rewrite all :

www.domain.com/*.*/feed/rss.html to www.domain.com/*.*/?format=feed&type=rss

note: ( /*.*/ ) is any folder of site

-----------------------------------------------------------------

g1smd

8:34 pm on May 21, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Do you mean rewrite, or do you mean redirect? They are two different things.

A redirect involves two URLs, a rewrite involves a URL and an internal filepath.

tony_tran

8:36 pm on May 21, 2010 (gmt 0)

10+ Year Member



Sorry , i mean redirect ...
Thanks

tony_tran

7:13 am on May 22, 2010 (gmt 0)

10+ Year Member



Do any one help me please !

now my feed is :

[website.com...]

is it posible to make ?:

[website.com...] to [website.com...]

tony_tran

6:07 pm on May 22, 2010 (gmt 0)

10+ Year Member



Now have a proplem like that :

Our RSS feed is: /feed/rss.html

For example

www.website.com/folder-A/feed/rss.html
www.website.com/folder-B/feed/rss.html
www.website.com/folder-C/feed/rss.html

I would like to make it change to

www.website.com/folder-A/feed/?format=feed&type=rss
www.website.com/folder-B/feed/?format=feed&type=rss
www.website.com/folder-C/feed/?format=feed&type=rss

Please help me to do it with .htaccess
i have no idea to use Redirect or Rewrite, just would like to friendly with SearchEngine

Thank you
-----------------------------

jdMorgan

7:25 pm on May 22, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're asking "How do I fly a jet fighter off the deck of this aircraft carrier and then land on it again?" while telling us that you don't know how to fly any airplane and have never studied the flight manual.

Please search this forum for previous threads on this subject, use the documentation cited in our Forum Charter to understand and then adapt the code you find posted in those threads, and then test it.

If you have any specific questions, we'll be happy to help.

Please post your best-effort attempt to code a solution, along with your test plan and test results as a basis for further discussion.

Thanks,
Jim