I would like to redirect all users who get sent to:
example.com/browse/this-page
to
example.com/browse
I have tried to put the following in the htaccess file:
redirect 301 /browse/* /browse
But it keeps telling me that there is an infinite loop when I do that.
Can someone please help me forward all pages after /browse/ to /browse?
Thanks.
Comments
Comment #1
samdeskin commentedSorry ... misspelled Quick.
Comment #2
samdeskin commentedI have an additional similar one ...
redirecting people who get sent to:
/*/favicon.ico
to
/favicon.ico
Any thoughts of how to deal with that in htaccess?
Comment #3
samdeskin commentedComment #4
samdeskin commentedCan anyone help with this?
Comment #5
Anonymous (not verified) commentedHi
I am closing this issue due to old age. Feel free to reopen it.
It seems more like an apache issue. Please look in the apache doku.