Redirect url containing string to same url without string

Viewed 12

I need to redirect my addresses from a website to another one.

My current urls are like this: mysite.com/test/.../.../... or www.mysite.com/test/...//...//

so I need to redirect all of my pages to mysite.com/.../.../... or www.mysite.com/.../... so actually I need to redirect to the same url but without the test/.

Any ideas on doing it preferably via .htaccess?

Thank you in advance

1 Answers
Related