Hello, I need to use .htaccess file to replace a world in URL
something like this:
example URL: http://example.com/oldword/test-page.html
redirect to: http://example.com/newword/test-page.html
how can I use mod_rewrite to redirect every URL containt "/oldword/" to the same URL after replacing that word?