Hi everyone,
At the moment i'm busy copying content from a Wordpress-based website into a Joomla-based website, and i'm stuck with a small problem:
Each wordpress article has a /feed/ and /trackback/ at the second part of the url(Like domain.com/article-bla/trackback).
Now i want to make a htaccess redirect which makes it possible to redirect a user when going towards /trackback/ at the joomla site(Which doesn't exist).
When a visitor goes to /article/trackback/, i want him to be redirected towards /article/, i tried this:
RewriteRule ^(.*)/trackback/ [
site.com...] [R=301,L]
But this didn't work, does anyone know here how i could make this redirect?
Regards,
Yannick