I have a links like so :
/add.php?id=50&link=page2
And I want to redirect the above to
/add/50/page2
How can I do this?
Redirect /add.php?id=50&link=page2 /add/50/page2
It doesnt work.
Source: .htaccess
I have a links like so :
/add.php?id=50&link=page2
And I want to redirect the above to
/add/50/page2
How can I do this?
Redirect /add.php?id=50&link=page2 /add/50/page2
It doesnt work.
Source: .htaccess